diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-07-26 11:04:12 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-07-26 11:04:12 +0200 |
commit | dada7903408d41b16f9e2942e54c85266592c910 (patch) | |
tree | a5c9382a2f44eb5a34a44f6e0c4f55a6388e5de7 /install.sh | |
parent | f814734341c1ead1c13dea85bcc7edbcb58f1348 (diff) |
installation for konsole profile
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,3 +5,6 @@ stow -Rt ~ bash vim tmux git # Link at XDG_CONFIG_HOME if set, if not to $HOME/.config (they should be the same) stow -Rt ${XDG_CONFIG_HOME:=$HOME/.config} nvim + +# konsole colors +stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/konsole" konsole |