diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-03-02 11:33:03 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-03-02 11:33:03 +0100 |
commit | 2a7a1e8ae03e03deace396b61ed5d08add6c6c23 (patch) | |
tree | b84259d2c9e4c4c09faa468f56c7b6a05ece6411 /install.sh | |
parent | 6d809bc2f414684856e8521a5f9856b9ea39fabe (diff) |
Running in guix
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,7 +7,10 @@ stow -Rt ~ bash tmux git stow -Rt ${XDG_CONFIG_HOME:=$HOME/.config} nvim # konsole colors -stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/konsole" konsole +# stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/konsole" konsole # kitty stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/kitty" kitty + +# Plasma session environment variables +#stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/plasma-workspace/env" plasma-env |