This is a OSX/macOS homebrew tap for the powerlevel9k zsh theme by bhilburn
- zsh --5.1
First get the homebrew tap and install the formula
brew tap sambadevi/powerlevel9k
brew install powerlevel9k
Afterwards you need to add the theme to your .zshrc
file, simply add the following line
source /usr/local/opt/powerlevel9k.zsh-theme
--HEAD
Install HEAD version from bhilburn/powerlevel9k/master
--devel
Install next
version from bhilburn/powerlevel9k/next
You can also install different versions of p9k (0.6.3 for example) -> brew install [email protected]
However the path to the theme varies if you specify a version.
You have to add source /usr/local/opt/powerlevel9k@<version>.zsh-theme
to your .zshrc
depending on the version you specified