diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index ba1ba53..2fbc453 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -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" diff --git a/.config/requirements/install.sh b/.config/requirements/install.sh index 6405fc2..1fca76d 100755 --- a/.config/requirements/install.sh +++ b/.config/requirements/install.sh @@ -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