aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-06-11 19:24:16 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-06-11 19:24:16 +0300
commite97c216c7b6973e1ce80f3f76d0254e9f52ba894 (patch)
tree2116c8213b7036428af35ab1da9fa052112d27f5 /README.md
parent966bf5fe740facfa03286b4c7ceff3794c9a212c (diff)
More Documentation.
Diffstat (limited to 'README.md')
-rw-r--r--README.md51
1 files changed, 26 insertions, 25 deletions
diff --git a/README.md b/README.md
index e486a84e..2ba97554 100644
--- a/README.md
+++ b/README.md
@@ -76,34 +76,14 @@ this theme:
#### Install Powerlevel9k
-To install this theme, clone this repository into your Oh-My-Zsh `custom/themes`
-directory.
-
- $ cd ~/.oh-my-zsh/custom
- $ git clone https://github.com/bhilburn/powerlevel9k.git themes/powerlevel9k
+##### With plain ZSH
-You then need to select this theme in your `~/.zshrc`:
+If you use just a plain ZSH, just clone this repository and reference it in your `~/.zshrc`:
- ZSH_THEME="powerlevel9k/powerlevel9k"
-
-
-#### Install Powerline Fonts for Normal Configuration
-
-You can find the [installation instructions for Powerline Fonts here]
-(https://powerline.readthedocs.org/en/latest/installation/linux.html#fonts-installation).
-You can also find the raw font files [in this Github
-repository](https://github.com/powerline/fonts) if you want to manually install
-them for your OS.
-
-After you have installed Powerline fonts, make the default font in your terminal
-emulator the Powerline font you want to use.
-
-This is the default mode for `Powerlevel9k`, and no further configuration is
-necessary.
-
-#### Install Powerlevel9k
+ $ git clone https://github.com/bhilburn/powerlevel9k.git
+ $ echo 'source powerlevel9k/powerlevel9k.zsh-theme' >> ~/.zshrc
-##### Within Oh-my-ZSH
+##### With 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.
@@ -128,6 +108,27 @@ You then need to select this theme in your `~/.zpreztorc`:
zstyle ':prezto:module:prompt' theme 'powerlevel9k'
+##### With antigen
+
+If you prefer [antigen](https://github.com/zsh-users/antigen), just add it to your `~/.zshrc`:
+
+ $ echo 'antigen theme /vagrant_data powerlevel9k' >> ~/.zshrc
+ $ echo 'antigen apply' >> ~/.zshrc
+
+#### Install Powerline Fonts for Normal Configuration
+
+You can find the [installation instructions for Powerline Fonts here]
+(https://powerline.readthedocs.org/en/latest/installation/linux.html#fonts-installation).
+You can also find the raw font files [in this Github
+repository](https://github.com/powerline/fonts) if you want to manually install
+them for your OS.
+
+After you have installed Powerline fonts, make the default font in your terminal
+emulator the Powerline font you want to use.
+
+This is the default mode for `Powerlevel9k`, and no further configuration is
+necessary.
+
#### Alternative Configuration: Über
Alternatively, you can install [Awesome Powerline