From 34912fa99a11ad7e966634b63c953066f0b7dc27 Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Thu, 17 May 2012 02:14:05 -0700 Subject: [PATCH] added installation lines --- tools/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/install.sh b/tools/install.sh index 6437c0068..ea8a5cb97 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -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