Skip to content

Instantly share code, notes, and snippets.

@mirashif
Last active February 14, 2023 21:25
Show Gist options
  • Save mirashif/f1821e84fae2ca506d0c8e88c6b644bc to your computer and use it in GitHub Desktop.
Save mirashif/f1821e84fae2ca506d0c8e88c6b644bc to your computer and use it in GitHub Desktop.
How to set Oh My Posh theme
# windows bash
eval "$(oh-my-posh init bash --config ${POSH_THEMES_PATH}/uew.omp.json)"
# macos zsh
eval "$(oh-my-posh init zsh --config $(brew --prefix oh-my-posh)/themes/uew.omp.json)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment