From 4da0e74aa2093a98e4bc7a083ada79ef82e02c22 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Mon, 28 Jan 2019 18:33:37 +0100 Subject: ReStow for reinstalling automatically --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 5899025..ae1ebf0 100644 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.3