summaryrefslogtreecommitdiffstats
path: root/init_new_user.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-10-19 00:46:02 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-10-19 00:46:02 +0200
commite769721453557d60fe6144b5ad2c796cc8c03e86 (patch)
tree4cced78229482a18e7bd04257a531d41550b7fcf /init_new_user.sh
parentadacaacd8921d3a678f13f796f4f03c5a9144ab7 (diff)
downloadbin-e769721453557d60fe6144b5ad2c796cc8c03e86.tar.gz
bin-e769721453557d60fe6144b5ad2c796cc8c03e86.tar.xz
init_new_user.sh: create relative symlinks
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'init_new_user.sh')
-rwxr-xr-xinit_new_user.sh2
1 files changed, 1 insertions, 1 deletions
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