Skip to content

Instantly share code, notes, and snippets.

@devinschumacher
Created June 5, 2024 03:17
Show Gist options
  • Select an option

  • Save devinschumacher/e67e14cdf4b9c0c243976c940fa17ad9 to your computer and use it in GitHub Desktop.

Select an option

Save devinschumacher/e67e14cdf4b9c0c243976c940fa17ad9 to your computer and use it in GitHub Desktop.
How to check your installed ZSH themes on Mac

To update an existing Powerlevel10k installation, navigate to the Powerlevel10k theme directory and pull the latest changes from the repository:

cd ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k
git pull

Check your themes:

ls -l /opt/homebrew/opt/oh-my-posh/themes/

To use the custom theme, update the eval command in your .zshrc file with the full path to the theme file:

eval "$(oh-my-posh init zsh --config /opt/homebrew/opt/oh-my-posh/themes/powerlevel10k_modern.omp.json)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment