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.
- Host: GitHub
- URL: https://github.com/bhilburn/hackersaurus
- Owner: bhilburn
- Created: 2015-01-29T05:09:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T21:46:19.000Z (over 10 years ago)
- Last Synced: 2025-01-08T09:11:37.635Z (11 months ago)
- Size: 145 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zsh-plugins - hackersaurus - A theme with `git` status and exit code of last command run decorators embedded in the prompt. Related to [powerlevel9k](https://github.com/bhilburn/powerlevel9k). (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - hackersaurus - A theme with `git` status and exit code of last command run decorators embedded in the prompt. Related to <b><code> 13444⭐</code></b> <b><code> 928🍴</code></b> [powerlevel9k](https://github.com/bhilburn/powerlevel9k)). (Themes / ZSH on Windows)
- awesome-zsh-plugins - hackersaurus - A theme with `git` status and exit code of last command run embedded in the prompt. Related to [powerlevel9k](https://github.com/bhilburn/powerlevel9k). (Themes / Zinit (née zplugin))
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:

**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.