From 420d75e5e7c212bde26c49de93a09c3c66d23309 Mon Sep 17 00:00:00 2001 From: yan Date: Sun, 5 Feb 2012 12:56:46 -0800 Subject: [PATCH] Updated README re: skwp theme for oh-my-zsh --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 04f84db..8cc0069 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: