Parcourir la source

Fix alacritty setup

Alacritty is not installed on server, hence should not be mentioned in
basics.
DricomDragon il y a 4 ans
Parent
commit
d9cbf83050
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 0 1
      Install/basic-custom
  2. 3 0
      Install/ui-custom

+ 0 - 1
Install/basic-custom

@@ -16,5 +16,4 @@ ln --relative --symbolic Templates/home/config/fish $HOME/.config/fish
 set --export --universal JHE 'jovian-hersemeule.eu'
 set --export --universal EDITOR 'vi -e'
 set --export --universal VISUAL vim
-set --export --universal TERMINAL alacritty
 set --export --universal CLICOLOR '' # Enable color for tree

+ 3 - 0
Install/ui-custom

@@ -3,3 +3,6 @@
 # Link ui apps config
 ln --relative --symbolic Templates/home/config/alacritty $HOME/.config/alacritty
 ln --relative --symbolic Templates/home/config/regolith $HOME/.config/regolith
+
+# Set alacritty as default terminal
+set --export --universal TERMINAL alacritty