Skip to content

bhilburn/hackersaurus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

hackersaurus Theme for Oh-My-Zsh

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.

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 $ !<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.

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published