diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-04-10 13:03:28 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-04-10 13:03:28 +0200 |
commit | 39334a1ec37393f5e38a0766ba58dccf35b938aa (patch) | |
tree | be74b2ecd613f73cdb28d8b89b97e9c479065592 /install.sh | |
parent | 7d99aa95fe9873261334d2dc952b30757bd1ba4f (diff) |
alacritty
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ stow -Rt $XDG_CONFIG_HOME nvim # kitty stow -Rt $XDG_CONFIG_HOME kitty +# Alacritty (tries to replace kitty) +stow -Rt $XDG_CONFIG_HOME alacritty # Guix channels stow -Rt "$XDG_CONFIG_HOME/guix" guix |