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

@@ -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