added installation lines

This commit is contained in:
Ahir Reddy 2012-05-17 02:14:05 -07:00
commit 34912fa99a

View file

@ -14,6 +14,10 @@ hash git >/dev/null 2>&1 && env git clone --depth=1 https://github.com/ahirreddy
echo "git not installed"
exit
}
cd .oh-my-zsh
git submodule init
git submodule update
cd ..
echo "\033[0;34mLooking for an existing zsh config...\033[0m"
if [ -f ~/.zshrc ] || [ -h ~/.zshrc ]; then