this is a minimal theme for zsh
- Beautiful color
- Simple
- Git aware
- green dot on clean
- yellow dot on dirty
- show branch name
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.
WTFPL: Do What the Fuck You Want To Public License