Fixed alacritty install

This commit is contained in:
2024-04-12 10:24:55 +02:00
parent 7d5fa73f20
commit 9cf472cb21
2 changed files with 19 additions and 16 deletions

View File

@@ -1,16 +1,15 @@
[colors.bright] #[colors.bright]
black = "#4c566a" #black = "#4c566a"
blue = "#81a1c1" #blue = "#81a1c1"
cyan = "#8fbcbb" #cyan = "#8fbcbb"
green = "#a3be8c" #green = "#a3be8c"
magenta = "#b48ead" #magenta = "#b48ead"
red = "#bf616a" #red = "#bf616a"
white = "#eceff4" #white = "#eceff4"
yellow = "#ebcb8b" #yellow = "#ebcb8b"
#[colors.cursor]
[colors.cursor] #cursor = "#d8dee9"
cursor = "#d8dee9" #text = "#2e3440"
text = "#2e3440"
[colors.dim] [colors.dim]
black = "#373e4d" black = "#373e4d"
@@ -43,11 +42,11 @@ foreground = "#d8dee9"
[colors.search.matches] [colors.search.matches]
background = "#88c0d0" background = "#88c0d0"
foreground = "CellBackground" #foreground = "CellBackground"
[colors.selection] [colors.selection]
background = "#4c566a" background = "#4c566a"
text = "CellForeground" #text = "CellForeground"
[colors.vi_mode_cursor] [colors.vi_mode_cursor]
cursor = "#d8dee9" cursor = "#d8dee9"

View File

@@ -37,7 +37,6 @@ sudo apt install \
python3 \ python3 \
dunst \ dunst \
nvme-cli \ nvme-cli \
alacritty \
-y -y
# Remove ibus since it causes issues with my custom keyboard layout # 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 moonlight
sudo snap install heroic sudo snap install heroic
sudo snap install freecad sudo snap install freecad
# Dependencies for cargo # Dependencies for cargo
sudo snap install rustup --classic sudo snap install rustup --classic
rustup default stable 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 cargo install alacritty
curl -s https://ohmyposh.dev/install.sh | sudo bash -s curl -s https://ohmyposh.dev/install.sh | sudo bash -s