Skip to content

Commit

Permalink
Fixing README, which had way out-of-date information.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilburn committed Mar 29, 2015
1 parent cbef4ad commit 43b907d
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,16 @@ theme, [powerlevel9k](https://github.com/bhilburn/powerlevel9k).**

### Installation

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:
To install this theme, clone this repository into your Oh-My-Zsh `custom/themes`
directory.

$ git clone https://github.com/bhilburn/hackersaurus.git
$ ln -s hackersaurus.git/hackersaurus.zsh-theme ~/.oh-my-zsh/themes/hackersaurus.zsh-theme
$ cd ~/.oh-my-zsh/custom
$ mkdir themes # if it doesn't already exist
$ git clone https://github.com/bhilburn/hackersaurus.git hackersaurus

You then need to select it in your `~/.zshrc`:
You then need to select this theme in your `~/.zshrc`:

ZSH_THEME="hackersaurus"

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.
ZSH_THEME="hackersaurus/hackersaurus"

### Bugs / Contact

Expand Down

0 comments on commit 43b907d

Please sign in to comment.