Basic prezto support.

This commit is contained in:
David Tomaschik
2018-03-10 22:49:32 -08:00
parent 82c2833490
commit 4091cc3f03
7 changed files with 277 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ prerequisites() {
esac
;;
esac
install_git https://github.com/robbyrussell/oh-my-zsh.git $HOME/.oh-my-zsh
install_git --recursive https://github.com/sorin-ionescu/prezto.git $HOME/.zprezto
else
echo "ZSH not found!" >&2
fi