Correct path.

This commit is contained in:
Bartek Stalewski 2012-11-23 10:48:55 +01:00
parent 8330c5a4b4
commit b880f20573

View File

@ -15,7 +15,7 @@ path="https://bitbucket.org/ftpd/dotfiles.git"
if [ `hostname` = "tuonela.local" ] && [ `whoami` = "ftpd" ]; then
path="git@bitbucket.org:ftpd/dotfiles.git"
fi
git clone $path .dotfiles
git clone $path ~/.dotfiles
# vim
ln -sf ~/.dotfiles/vim ~/.vim