From 43b907d94b886ffad260f2fbc9441a0299fc6ce6 Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Sun, 29 Mar 2015 14:46:06 -0700 Subject: [PATCH] Fixing README, which had way out-of-date information. --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a796e89..31d4d41 100644 --- a/README.md +++ b/README.md @@ -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