diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-01-28 18:33:37 +0100 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-01-28 18:33:37 +0100 |
commit | 4da0e74aa2093a98e4bc7a083ada79ef82e02c22 (patch) | |
tree | ed3e5eb814ac6194b6ad4f1117070e02716d9039 /install.sh | |
parent | 1714659580bdfc1837da0d873a28360746c85fa4 (diff) |
ReStow for reinstalling automatically
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #!/bin/bash # Link at home folder -stow -t ~ bash vim tmux git +stow -Rt ~ bash vim tmux git # Link at XDG_CONFIG_HOME if set, if not to $HOME/.config (they should be the same) -stow -t ${XDG_CONFIG_HOME:=$HOME/.config} nvim +stow -Rt ${XDG_CONFIG_HOME:=$HOME/.config} nvim |