Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nicosantangelo/alpharized
- Owner: nicosantangelo
- Created: 2014-05-27T00:34:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-03T03:28:29.000Z (over 10 years ago)
- Last Synced: 2024-10-04T16:53:34.995Z (about 1 month ago)
- Topics: zsh, zshrc
- Size: 266 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!