Skip to content

nicosantangelo/Alpharized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published