Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 484 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 484 Bytes

omz-themes

Themes I've customized for Oh My ZSH

Josie

Screenshot

screenshot of shell using the josie theme

How to install:

$ (cd $ZSH_CUSTOM/themes/ && curl -O https://raw.githubusercontent.com/CodeWitchJosie/omz-themes/main/josie.zsh-theme)

How to use:

  • set ZSH_THEME="josie"
  • reload your .zshrc

For convenience:

$ sed -i -e 's/^ZSH_THEME=.*/ZSH_THEME="josie"/' ~/.zshrc
$ exec zsh