/rare

A fork of common, a simple, clean and minimal prompt.

Primary LanguageShellMIT LicenseMIT

A fork of common, a simple, clean and minimal prompt.

  • Current working directory
  • Hostname (Shown on remote SSH shell only)
  • AWS Vault Role
  • Background jobs
  • Exit code of last command
  • Git branch/status
  • Customisable colour scheme

And added by rare:

  • Improved git status with untracked, unstaged, and staged 'traffic lights', commits ahead/behind of origin
  • Working colors/bugfixes on segments

Installation

Run this script:

wget -O ~/rare/rare.zsh-theme https://raw.githubusercontent.com/Who23/rare/master/rare.zsh-theme

or

curl -O ~/rare/rare.zsh-theme https://raw.githubusercontent.com/Who23/rare/master/rare.zsh-theme

Update your .zshrc file with:

source ~/rare/rare.zsh-theme

Feel free to file an issue for a feature request or a bug you found!