aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-04-04 00:32:53 -0400
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-04-04 00:32:53 -0400
commitdc285428cfe42254d9aa1d87bfd49f7f28e8e34f (patch)
treed86bf687f25f10e95d8c0f19d7aaf92c587af609
parent4890f1387516364abb03f79b3022f408d5479b0f (diff)
make sure links get set up even if existing links exist but are broken
-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