Skip to content

Instantly share code, notes, and snippets.

@ronsen
Created October 23, 2023 14:22
Show Gist options
  • Save ronsen/62613be161080e93610f17f6306a779a to your computer and use it in GitHub Desktop.
Save ronsen/62613be161080e93610f17f6306a779a to your computer and use it in GitHub Desktop.
oh my posh random theme each time terminal is launched
theme=$(find "$HOME/.cache/oh-my-posh/themes/" -type f | shuf -n 1)
eval "$(oh-my-posh init bash --config $theme)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment