diff --git a/install.sh b/install.sh index c818c97..962c613 100644 --- a/install.sh +++ b/install.sh @@ -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