Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/pavdmyt/simple-oh-my-zsh-theme

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

minimalist oh-my-zsh-theme terminal theme zsh-configuration zsh-theme zshrc

Last synced: about 2 months ago
JSON representation

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

Lists

README

        

Minimalistic oh-my-zsh theme
============================

This is a theme for [oh-my-zsh](https://github.com/robbyrussell/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](https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#robbyrussell)
theme, removed `git_prompt_info` field and added a clock into `$RPROMPT`.

Here is how it looks:

![theme](https://raw.github.com/pavdmyt/simple-oh-my-zsh-theme/master/static/theme_in_nutshell.png)

## Installation

```bash
$ 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
```