aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5427212f..e486a84e 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,33 @@ emulator the Powerline font you want to use.
This is the default mode for `Powerlevel9k`, and no further configuration is
necessary.
+#### Install Powerlevel9k
+
+##### Within Oh-my-ZSH
+
+To install this theme, clone this repository into your [Oh-my-Zsh](https://github.com/robbyrussell/oh-my-zsh) `custom/themes`
+directory.
+
+ $ cd ~/.oh-my-zsh/custom
+ $ git clone https://github.com/bhilburn/powerlevel9k.git themes/powerlevel9k
+
+You then need to select this theme in your `~/.zshrc`:
+
+ ZSH_THEME="powerlevel9k/powerlevel9k"
+
+##### With Prezto
+
+To install this theme, clone this repository into your [Prezto](https://github.com/sorin-ionescu/prezto) `prompt/external`
+directory.
+
+ $ cd ~.zprezto/modules/prompt/external
+ $ git clone https://github.com/bhilburn/powerlevel9k.git
+ $ ln -s powerlevel9k/powerlevel9k.zsh-theme ../functions/prompt_powerlevel9k_setup
+
+You then need to select this theme in your `~/.zpreztorc`:
+
+ zstyle ':prezto:module:prompt' theme 'powerlevel9k'
+
#### Alternative Configuration: Über
Alternatively, you can install [Awesome Powerline