Leaves all the room for what's important.
Terminal is iTerm2 — Font is FiraCode — Terminal theme is SpaceCamp
- 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/reobin/typewritten.git $ZSH_CUSTOM/themes/typewritten
Symlink typewritten.zsh-theme
to your oh-my-zsh custom themes directory:
ln -s "$ZSH_CUSTOM/themes/typewritten/typewritten.zsh-theme" "$ZSH_CUSTOM/themes/typewritten.zsh-theme"
Set ZSH_THEME="typewritten/typewritten"
in your .zshrc
.
Multiline is now supported thanms to @thbe. Add this option to your .zshrc
:
TYPEWRITTEN_MULTILINE=true