From b880f205733a0ae5a373ec1c5acb07d85b7f00f6 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 23 Nov 2012 10:48:55 +0100 Subject: [PATCH] Correct path. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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