Themes I've customized for Oh My ZSH
$ (cd $ZSH_CUSTOM/themes/ && curl -O https://raw.githubusercontent.com/CodeWitchJosie/omz-themes/main/josie.zsh-theme)
- set ZSH_THEME="josie"
- reload your .zshrc
For convenience:
$ sed -i -e 's/^ZSH_THEME=.*/ZSH_THEME="josie"/' ~/.zshrc
$ exec zsh