Introduction

this is a minimal theme for zsh

Features

  • Beautiful color
  • Simple
  • Git aware
    • green dot on clean
    • yellow dot on dirty
    • show branch name

Showcases

alt text alt text alt text

Installation

Install zsh

Install oh-my-zsh

Just copy the ebi.zsh-theme to your ~/.oh-my-zsh/themes/ folder. You can use this command :

curl https://raw.githubusercontent.com/poursadeqi/ebi-zsh-theme/master/ebi.zsh-theme > ~/.oh-my-zsh/themes/ebi.zsh-theme

or

You can use this set of commands:

git clone https://github.com/poursadeqi/ebi-zsh-theme.git
cp ~/ebi-zsh-theme/ebi.zsh-theme ~/.oh-my-zsh/themes/ebi.zsh-theme

Then set ZSH_THEME="ebi" inside your .zshrc.

Here's the official docs on how to do that.

License

WTFPL: Do What the Fuck You Want To Public License