From 0ccff0e72f2e146052c7b93375371ea3b79900ef Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 27 Nov 2019 08:58:59 +0100 Subject: Remove vim from stow --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index ef0daef..ae27a2d 100644 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.3