diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2019-11-27 08:58:59 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2019-11-27 08:58:59 +0100 |
commit | 0ccff0e72f2e146052c7b93375371ea3b79900ef (patch) | |
tree | fcaeaf5848c6436d458fa2341add87e744d0e20a | |
parent | 18a9a7065971f72f7f95d08a7e68cbb4f2b35b9f (diff) |
Remove vim from stow
-rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/bash # Link at home folder -stow -Rt ~ bash vim tmux git +stow -Rt ~ bash 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 |