Fixed alacritty install
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
[colors.bright]
|
||||
black = "#4c566a"
|
||||
blue = "#81a1c1"
|
||||
cyan = "#8fbcbb"
|
||||
green = "#a3be8c"
|
||||
magenta = "#b48ead"
|
||||
red = "#bf616a"
|
||||
white = "#eceff4"
|
||||
yellow = "#ebcb8b"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#d8dee9"
|
||||
text = "#2e3440"
|
||||
#[colors.bright]
|
||||
#black = "#4c566a"
|
||||
#blue = "#81a1c1"
|
||||
#cyan = "#8fbcbb"
|
||||
#green = "#a3be8c"
|
||||
#magenta = "#b48ead"
|
||||
#red = "#bf616a"
|
||||
#white = "#eceff4"
|
||||
#yellow = "#ebcb8b"
|
||||
#[colors.cursor]
|
||||
#cursor = "#d8dee9"
|
||||
#text = "#2e3440"
|
||||
|
||||
[colors.dim]
|
||||
black = "#373e4d"
|
||||
@@ -43,11 +42,11 @@ foreground = "#d8dee9"
|
||||
|
||||
[colors.search.matches]
|
||||
background = "#88c0d0"
|
||||
foreground = "CellBackground"
|
||||
#foreground = "CellBackground"
|
||||
|
||||
[colors.selection]
|
||||
background = "#4c566a"
|
||||
text = "CellForeground"
|
||||
#text = "CellForeground"
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
cursor = "#d8dee9"
|
||||
|
||||
@@ -37,7 +37,6 @@ sudo apt install \
|
||||
python3 \
|
||||
dunst \
|
||||
nvme-cli \
|
||||
alacritty \
|
||||
-y
|
||||
|
||||
# Remove ibus since it causes issues with my custom keyboard layout
|
||||
@@ -57,9 +56,14 @@ sudo snap install code --classic
|
||||
sudo snap install moonlight
|
||||
sudo snap install heroic
|
||||
sudo snap install freecad
|
||||
|
||||
# Dependencies for cargo
|
||||
sudo snap install rustup --classic
|
||||
rustup default stable
|
||||
rustup update
|
||||
|
||||
# Cargo packages
|
||||
## Alacritty needs to be installed with cargo to get the version that supports toml configurations
|
||||
cargo install alacritty
|
||||
|
||||
curl -s https://ohmyposh.dev/install.sh | sudo bash -s
|
||||
|
||||
Reference in New Issue
Block a user