nicosantangelo / Alpharized

Super simple oh-my-zsh theme optimized to work with solarized dark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpharized

Alpharized is oh-my-zsh theme optimized to work with solarized dark. It's a modified version of the avit theme.

screenshot

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:

  1. 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
  2. Set the theme in your .zshrc file: ZSH_THEME="alpharized"
  3. For the nice colors, use Solarized Dark the screenshot is using the color scheme for iTerm2.

Thanks @Jinik for the name!

About

Super simple oh-my-zsh theme optimized to work with solarized dark