Last active
February 14, 2023 21:25
-
-
Save mirashif/f1821e84fae2ca506d0c8e88c6b644bc to your computer and use it in GitHub Desktop.
How to set Oh My Posh theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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