- Download
jeff.zsh-themefrom this repository, and move it into~/.oh-my-zsh/custom/themes/ - Edit
~/.zshrcso thatZSH_THEME=jeffand save it - Run
source ~/.zshrc
Run the following command:
rm -f ~/.oh-my-zsh/themes/jeff.zsh-theme && \
curl --output-dir ~/.oh-my-zsh/themes -O https://github.com/___raw___/jbaranski/jeff-zsh-theme/main/jeff.zsh-theme && \
cat ~/.oh-my-zsh/themes/jeff.zsh-theme && \
source ~/.zshrc
You can also alias update_theme=<the command above> to create a zsh alias for updating the theme.
