diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-03-30 00:31:49 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-03-30 00:31:49 +0300 |
commit | a1a26b1c1065bafcdf68afc9d94d8894e9c4b315 (patch) | |
tree | 1321a5d47ce05c7789468f82ea84540c1b0d9d18 /README.md | |
parent | 4dce90428a066a254600d26c36a4b6b1992e60a2 (diff) |
OMZ can traverse sub-dirs just fine. I'm just an idiot. Fixing installation docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -43,21 +43,16 @@ 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. -To install this theme, clone this repository, and then copy or symlink the theme -file into your OMZ's `custom` directory. Note that you cannot simply clone the -repository into `custom/themes`, because OMZ does not traverse sub-directories -in `themes`. +To install this theme, clone this repository into your Oh-My-Zsh `custom/themes` +directory. - $ cd <prefix> - $ git clone https://github.com/bhilburn/powerlevel9k.git powerlevel9k.git $ cd ~/.oh-my-zsh/custom $ mkdir themes # if it doesn't already exist - $ cd themes - $ ln -s <prefix>/powerlevel9k.git/powerlevel9k.zsh-theme powerlevel9k.zsh-theme + $ git clone https://github.com/bhilburn/powerlevel9k.git powerlevel9k You then need to select this theme in your `~/.zshrc`: - ZSH_THEME="powerlevel9k" + ZSH_THEME="powerlevel9k/powerlevel9k" ### Customization |