Awesome
Alpharized
Alpharized is oh-my-zsh theme optimized to work with solarized dark. It's a modified version of the avit theme.
It uses the following symbols for git:
- dirty = ✗
- clean = ✔
- added = ✚
- modified = ⚑
- deleted = ✖
- renamed = ▴
- unmerged = §
- untracked = ◒
And it will display the vi status and ruby version if those plugins vi-mode and rvm are active.
How to install
Right now oh-my-zsh is not adding more themes to the repo so you'll have to:
- Download the theme into oh-my-zsh's custom themes directory:
$ mkdir -p $ZSH_CUSTOM/themes && curl https://raw.githubusercontent.com/NicoSantangelo/Alpharized/master/alpharized.zsh-theme -o $ZSH_CUSTOM/themes/alpharized.zsh-theme
- Set the theme in your .zshrc file:
ZSH_THEME="alpharized"
- For the nice colors, use Solarized Dark the screenshot is using the color scheme for iTerm2.
Thanks @Jinik for the name!