/simple-oh-my-zsh-theme

Minimalistic theme for https://github.com/robbyrussell/oh-my-zsh without git_prompt_info

MIT LicenseMIT

Minimalistic oh-my-zsh theme

This is a theme for oh-my-zsh.

Since version 3.3 iTerm supports a configurable statusbar, which is capable of showing, among other things, the git repo status. So, there is no need to display git status in the prompt anymore. This frees up a lot of space.

So, I took basic robbyrussell theme, removed git_prompt_info field and added a clock into $RPROMPT.

Here is how it looks:

theme

Installation

$ git clone https://github.com/pavdmyt/simple-oh-my-zsh-theme.git
$ cp simple-oh-my-zsh-theme/pavdmyt.zsh-theme ~/.oh-my-zsh/custom/themes/
# Edit ~/.zshrc to set "ZSH_THEME="pavdmyt"
$ exec $SHELL