From 2057b9cd3a36a1368b5dd1a9b1232b0a65ea242e Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Wed, 28 Nov 2012 12:59:07 +0400 Subject: [PATCH] Install: SSH repo URL. --- install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.sh b/install/install.sh index 02e1cee..578d78f 100755 --- a/install/install.sh +++ b/install/install.sh @@ -17,7 +17,7 @@ fi # Clone dotfiles and make symlinks echo "Installing dotfiles..." -cd ~ && git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py +cd ~ && git clone git@github.com:sapegin/dotfiles.git && cd dotfiles && ./sync.py source ~/.bashrc echo "Dotfiles installed successfully."