aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index d13f07f..dc2fc33 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -11,7 +11,7 @@ do
if [ -e ~/.${f} ]; then
mv ~/.${f} dotfiles-backup/${f}
fi
- ln -s `pwd`/${f} ~/.${f}
+ ln -sf `pwd`/${f} ~/.${f}
done
if [ ! -e ~/.zshrc-local ]; then