From e769721453557d60fe6144b5ad2c796cc8c03e86 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 19 Oct 2014 00:46:02 +0200 Subject: init_new_user.sh: create relative symlinks Signed-off-by: Florian Pritz --- init_new_user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init_new_user.sh') diff --git a/init_new_user.sh b/init_new_user.sh index 42420c8..8b52f47 100755 --- a/init_new_user.sh +++ b/init_new_user.sh @@ -26,7 +26,7 @@ clone_repo dotfiles git/dotfiles mkdir -p .config/htop for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .config/htop/htoprc .dircolors .vim .gitconfig .gitignore .bashrc .zshenv .tmux.conf; do - ln -sf git/dotfiles/$i $i + ln -srf git/dotfiles/$i $i done mkdir -p .zsh -- cgit v1.2.3-24-g4f1b