Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicosantangelo/alpharized

Super simple oh-my-zsh theme optimized to work with solarized dark
https://github.com/nicosantangelo/alpharized

zsh zshrc

Last synced: 14 days ago
JSON representation

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

Awesome Lists containing this project

README

        

Alpharized
==========

[Alpha](http://en.wikipedia.org/wiki/Alpha_Centauri)rized is oh-my-zsh theme optimized to work with [solarized](http://ethanschoonover.com/solarized) dark. It's a modified version of the [avit theme](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/avit.zsh-theme).

![screenshot](https://raw.githubusercontent.com/NicoSantangelo/Alpharized/master/themescreen.png)

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](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins-Overview) are active.

## How to install

Right now oh-my-zsh is not [adding more themes to the repo](https://github.com/robbyrussell/oh-my-zsh#dont-send-us-your-theme-for-now) 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](http://ethanschoonover.com/solarized) the screenshot is using the color scheme for iTerm2.

Thanks [@Jinik](https://github.com/Jinik) for the name!