diff options
author | Daniel Sager <daniel@sager1.de> | 2015-06-29 08:54:56 +0300 |
---|---|---|
committer | Daniel Sager <daniel@sager1.de> | 2015-06-29 08:54:56 +0300 |
commit | d2a0346bf11b28ffe42ae90657d7a232234a06fd (patch) | |
tree | 1f7ab7d21f922bfbfde493b8ecdd497b07d82ee1 /README.md | |
parent | f84a14419400854f84ed70676fe0296de86480f7 (diff) |
updated info for antigen install option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -136,9 +136,12 @@ You then need to select this theme in your `~/.zpreztorc`: If you prefer [antigen](https://github.com/zsh-users/antigen), just add this theme to the antigen config in your `~/.zshrc`: - $ echo 'antigen theme /vagrant_data powerlevel9k' >> ~/.zshrc + $ echo 'antigen theme bhilburn/powerlevel9k powerlevel9k' >> ~/.zshrc $ echo 'antigen apply' >> ~/.zshrc +Note that you should define any customizations before calling `antigen theme` +(i.e. setting the `POWERLEVEL9K_*` variables) in your `.zshrc`. + #### Step 2: Install Powerline Fonts Technically, you don't *have* to install Powerline fonts. If you are using a font that has some of the basic glyphs we need, you can use the theme in |