aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2015-02-02 02:39:41 +0300
committerBen Hilburn <bhilburn@gmail.com>2015-02-02 02:39:41 +0300
commit5c93d4223c5ba7c5a05fc5d5632c41d7dc9cac7a (patch)
treef294705468232eb89e63fe0b8c496b3ca6cb3b35
parent9ebc6d8154a3641d693df7d365627cd19433a22b (diff)
cleaning up the README
-rw-r--r--README.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/README.md b/README.md
index 1981f3f0..f6dada44 100644
--- a/README.md
+++ b/README.md
@@ -45,15 +45,15 @@ To install this theme, drop the `.zsh-theme` file into your `.oh-my-zsh/themes`
directory. A better form of installation is to clone this repository and then
create a symlink in your 'themes' directory:
- $ git clone https://github.com/bhilburn/hackersaurus.git
- $ ln -s hackersaurus.git/hackersaurus.zsh-theme ~/.oh-my-zsh/themes/hackersaurus.zsh-theme
+ $ git clone https://github.com/bhilburn/powerlevel9k.git powerlevel9k.git
+ $ ln -s powerlevel9k.git/powerlevel9k.zsh-theme ~/.oh-my-zsh/themes/powerlevel9k.zsh-theme
Note that *you cannot clone this repository into your `~/.oh-my-zsh/themes/` directory*.
Oh-My-Zsh does not traverse subdirectories for themes, and will not find your theme.
You then need to select it in your `~/.zshrc`:
- ZSH_THEME="hackersaurus"
+ ZSH_THEME="powerlevel9k"
If you do not want to display the `user@host` string, you should also put this
in your `~/.zshrc`:
@@ -62,12 +62,9 @@ in your `~/.zshrc`:
### History
-This theme was first announced [on my
-blog](http://bhilburn.org/powerlevel9k-oh-my-zsh-theme/) in December of 2014. At
-the time, the theme was missing some of the more advanced Git information. [Tom
-Upton](http://www.thomasupton.com/) then helped me get things fixed up with [his
-`vcs_info` hooks](https://github.com/tupton/dotfiles/blob/master/zsh/zshrc).
-
+This theme was first announced [on my blog](http://bhilburn.org/powerlevel9k-oh-my-zsh-theme/) in December of 2014. At
+the time, the theme was missing some of the more advanced Git information. [Tom Upton](http://www.thomasupton.com/) then [helped me](http://bhilburn.org/powerlevel9k-improved-git-repo-information/) get things
+fixed up with [his `vcs_info` hooks](https://github.com/tupton/dotfiles/blob/master/zsh/zshrc).
### Bugs / Contact