Updated README re: skwp theme for oh-my-zsh

This commit is contained in:
yan 2012-02-05 12:56:46 -08:00 committed by Yan Pritzker
parent ba510e401c
commit 420d75e5e7

View File

@ -97,6 +97,14 @@ sudo mv /usr/bin/ctags /usr/bin/ctags_original
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
```
Please note: if you want the skwp theme referenced in these dotfiles, you should
grab the skwp fork of oh-my-zsh, which just has the additional theme. While we are
waiting for @robbyrussell to merge the theme upstream (unknown if it will happen).
cd ~/.oh-my-zsh
git remote add skwp https://github.com/skwp/oh-my-zsh.git
git pull skwp master
### [Pry](http://pry.github.com/)
Pry offers a much better out of the box IRB experience with colors, tab completion, and lots of other tricks. You should: