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 pullCheck 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)"