Solarized powerline style theme for zsh
Forked from agnoster's theme and influenced by maverick2000's theme and iijeremyFreeAgent's theme.
- Left prompt
- Command status
- User@hostname (optional)
- Working directory
- Python virtual environment (option:
SP_DISABLE_VIRTUAL_ENV_PROMOT
) - Git status
- Hg status
- Right prompt
- Zsh vi mode indicator (option:
SP_DISABLE_VI_INDICATOR
) - time
- Zsh vi mode indicator (option:
Install your favorite version of Powerline-patched fonts
git clone https://github.com/houjunchen/solarized-powerline.git
cd solarized-powerline
ln -s solarized-powerline.zsh-theme ~/.oh-my-zsh/themes/solarized-powerline.zsh-theme
Note: To avoid too many levels of symbolic links
, you may need to use absolute target in ln -s
.
Modify ~/.zshrc setting
ZSH_THEME="solarized-powerline"