Changed prompt, added ability to customize by sourcing zshrc if it

exists
This commit is contained in:
2013-12-23 07:34:55 -08:00
parent b257630396
commit bc9df24067
4 changed files with 16 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
#!/bin/sh
rm -f $HOME/.zshrc
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
mkdir -p $HOME/.oh-my-zsh/custom/plugins
cd $HOME/.oh-my-zsh/custom/plugins
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
cd $HOME
ln -s $HOME/.zcustom/.zshrc $HOME/.zshrc
ln -s $HOME/.zcustom/edorrington.zsh-theme.zsh $HOME/.oh-my-zsh/custom/edorrington.zsh-theme.zsh