gitsome is a nice and simple oh-my-zsh prompt with some git:
- The current directory
- The current git branch name (if any)
- The git status on the current branch (red/green)
This fork of Matt's original theme uses parenthesis around the git branch instead of brackets around the whole prompt.
For full effect, use with flat-terminal color scheme and zsh-syntax-coloring.
- Download the theme into oh-my-zsh's custom themes directory:
$ mkdir -p $ZSH_CUSTOM/themes && curl https://raw.github.com/KevinBongart/gitsome/master/gitsome.zsh-theme -o $ZSH_CUSTOM/themes/gitsome.zsh-theme
- Set the theme in your .zshrc file:
ZSH_THEME="gitsome"
- For the nice colors, use flat-terminal: download here then open "Flat.terminal"