diff --git a/tools/install.sh b/tools/install.sh index 2e922e316..8977b6b96 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -66,12 +66,6 @@ main() { exit 1 } -echo "\033[0;34mCloning Oh My Zsh...\033[0m" -hash git >/dev/null 2>&1 && /usr/bin/env git clone https://github.com/abiggs/oh-my-zsh.git $ZSH || { - echo "git not installed" - exit -} - printf "${BLUE}Looking for an existing zsh config...${NORMAL}\n" if [ -f ~/.zshrc ] || [ -h ~/.zshrc ]; then printf "${YELLOW}Found ~/.zshrc.${NORMAL} ${GREEN}Backing up to ~/.zshrc.pre-oh-my-zsh${NORMAL}\n";