Awesome
Oh-My-Simple-ZSH-Theme
For oh-my-zsh
Usage
- Add
shrink-path
to the plugins array in your .zshrc file:
zsh-autosuggestions and zsh-syntax-highlighting require you to install them manuallyplugins=(... shrink-path) # suggest plugins=(git z sudo virtualenv shrink-path zsh-autosuggestions zsh-syntax-highlighting)
- Copy
omszt.zsh-theme
to folder${ZSH_THEMES:-~/.oh-my-zsh/themes}/
:cp omszt.zsh-theme ${ZSH_THEMES:-~/.oh-my-zsh/themes}/
- Set
ZSH_THEME
toomszt
in your ~/.zshrc:ZSH_THEME="omszt"