diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2021-01-13 23:48:59 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2021-01-13 23:49:39 +0100 |
commit | b96a03aa6e1341b5fc4ea2f1df4bffd9b0cb7a0c (patch) | |
tree | 06be383ade1bc7e30780a3d061a6c4444ebed2fc /uninstall.sh | |
parent | 41717087140756dc7d30d16c41e72b0b32563444 (diff) |
Add redshift configuration file
Diffstat (limited to 'uninstall.sh')
-rw-r--r-- | uninstall.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uninstall.sh b/uninstall.sh index fc3c2c6..54b022e 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -17,6 +17,9 @@ stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} shepherd # kitty stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} kitty +# redshift +stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} redshift + # Guix channels stow -Dt "${XDG_CONFIG_HOME:=$HOME/.config}/guix" guix |