diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-02-01 19:15:19 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-02-01 19:15:19 +0100 |
commit | a190eb75d51a9b5e124975f89b04de4e49092ddd (patch) | |
tree | c3d9dbfece35285d4cf3074aa054e89d708dccd9 /install.sh | |
parent | e9894f8149922c719661f52794a51afab7e8c827 (diff) |
Kitty configuration
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,3 +8,6 @@ stow -Rt ${XDG_CONFIG_HOME:=$HOME/.config} nvim # konsole colors stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/konsole" konsole + +# kitty +stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/kitty" kitty |