- Current directory
- Current git branch
- Git status indicators:
?
— untracked change(s);+
— staged change(s);!
— file(s) modified in the repo;»
— renamed file(s);—
— deleted file(s);$
— stashed change(s);#
— unmerged change(s);•|
— behind of remote branch;|•
— ahead of remote branch;
- Prompt color changes to red when an error return code is
returned and code is displayed on the right - Multiline support
- Prompt cursor fix when exiting vim
Clone the repository into your custom oh-my-zsh themes directory:
$ git clone https://github.com/ventris/typo.git $ZSH_CUSTOM/themes/typo
Symlink typewritten.zsh-theme
to your oh-my-zsh custom themes directory:
ln -s "$ZSH_CUSTOM/themes/typewritten/typo.zsh-theme" "$ZSH_CUSTOM/themes/typo.zsh-theme"
Set ZSH_THEME="typo/typo"
in your .zshrc
.