Remove old installation code

This commit is contained in:
Aaron Biggs 2017-12-18 16:41:52 -06:00
commit aa88971377

View file

@ -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";