This is a theme for 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.
- 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
$ !<num>
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:
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.
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"
If you have any requests or bug reports, please use the tracker in this Github repository.