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

https://github.com/bhilburn/hackersaurus

A sleek Oh-My-Zsh theme without font dependencies.
https://github.com/bhilburn/hackersaurus

Last synced: 9 months ago
JSON representation

A sleek Oh-My-Zsh theme without font dependencies.

Awesome Lists containing this project

README

          

## hackersaurus Theme for Oh-My-Zsh

This is a theme for [Oh-My-Zsh](https://github.com/robbyrussell/oh-my-zsh). It
does **not** require special font installation or settings to work correctly,
and should work out-of-the-box once you install it.

### Features
* Shows lots of information about Git repositories, including:
* branch / tag name
* current action status (rebasing, merging, etc.,)
* being behind / ahead of your remote
* various local working tree statuses
* Shows command number in right-prompt (so you can `$ !` to re-run)
* Shows return-code of command if it is an error code
* Shows system time in right-prompt

This screenshot should give you an idea of what it looks like:

![](http://bhilburn.org/content/images/2014/11/hokietux_theme.png)

**If you like the features of this theme, but want something that looks even
more awesome (and you are willing to install some fonts), check out the sister
theme, [powerlevel9k](https://github.com/bhilburn/powerlevel9k).**

### Installation

To install this theme, clone this repository into your Oh-My-Zsh `custom/themes`
directory.

$ cd ~/.oh-my-zsh/custom
$ mkdir themes # if it doesn't already exist
$ git clone https://github.com/bhilburn/hackersaurus.git hackersaurus

You then need to select this theme in your `~/.zshrc`:

ZSH_THEME="hackersaurus/hackersaurus"

### Bugs / Contact

If you have any requests or bug reports, please use the tracker in this Github
repository.