david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

fixed repo link in install script

This commit is contained in:
david 2016-10-02 08:46:44 +02:00
parent 09c08907e2
commit 8ce1c19ef7
1 changed files with 2 additions and 2 deletions

View File

@ -60,9 +60,9 @@ installmyzsh()
echo ""
read -p "should i clone myzsh writeable? [y/n]" choice
if [ $choice = "y" ]; then
git clone git@github.com:beyondthewall/myzsh.git ~/.myzsh
git clone git@socialg.it:david/myzsh.git ~/.myzsh
else
git clone https://github.com/beyondthewall/myzsh.git ~/.myzsh
git clone https://socialg.it/david/myzsh.git ~/.myzsh
fi
done
echo 'ZSH="$HOME/.myzsh"' > ~/.zshrc