README.md
November 24, 2021 ยท View on GitHub
Oh-My-Simple-ZSH-Theme
For oh-my-zsh

Usage
- Add
shrink-pathto 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-themeto folder${ZSH_THEMES:-~/.oh-my-zsh/themes}/:cp omszt.zsh-theme ${ZSH_THEMES:-~/.oh-my-zsh/themes}/ - Set
ZSH_THEMEtoomsztin your ~/.zshrc:ZSH_THEME="omszt"