|
|
@ -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
|
|
|
|
repository](https://github.com/powerline/fonts) if you want to manually install
|
|
|
|
them for your OS.
|
|
|
|
them for your OS.
|
|
|
|
|
|
|
|
|
|
|
|
To install this theme, clone this repository, and then copy or symlink the theme
|
|
|
|
To install this theme, clone this repository into your Oh-My-Zsh `custom/themes`
|
|
|
|
file into your OMZ's `custom` directory. Note that you cannot simply clone the
|
|
|
|
directory.
|
|
|
|
repository into `custom/themes`, because OMZ does not traverse sub-directories
|
|
|
|
|
|
|
|
in `themes`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$ cd <prefix>
|
|
|
|
|
|
|
|
$ git clone https://github.com/bhilburn/powerlevel9k.git powerlevel9k.git
|
|
|
|
|
|
|
|
$ cd ~/.oh-my-zsh/custom
|
|
|
|
$ cd ~/.oh-my-zsh/custom
|
|
|
|
$ mkdir themes # if it doesn't already exist
|
|
|
|
$ mkdir themes # if it doesn't already exist
|
|
|
|
$ cd themes
|
|
|
|
$ git clone https://github.com/bhilburn/powerlevel9k.git powerlevel9k
|
|
|
|
$ ln -s <prefix>/powerlevel9k.git/powerlevel9k.zsh-theme powerlevel9k.zsh-theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
You then need to select this theme in your `~/.zshrc`:
|
|
|
|
You then need to select this theme in your `~/.zshrc`:
|
|
|
|
|
|
|
|
|
|
|
|
ZSH_THEME="powerlevel9k"
|
|
|
|
ZSH_THEME="powerlevel9k/powerlevel9k"
|
|
|
|
|
|
|
|
|
|
|
|
### Customization
|
|
|
|
### Customization
|
|
|
|
|
|
|
|
|
|
|
|