diff --git a/README.md b/README.md index 04f84db4..8cc00692 100644 --- a/README.md +++ b/README.md @@ -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: