Skip to content

Instantly share code, notes, and snippets.

@aidrecabrera
Created February 28, 2024 10:08
Show Gist options
  • Save aidrecabrera/ee199d795aa3ad5a1eefb5b1999878d1 to your computer and use it in GitHub Desktop.
Save aidrecabrera/ee199d795aa3ad5a1eefb5b1999878d1 to your computer and use it in GitHub Desktop.
Svene Terminal (Oh My Posh Theme) $Profile Config
oh-my-posh init pwsh --config "https://raw.githubusercontent.com/aidrecabrera/Svene-Terminal/main/svene.omp.json" | Invoke-Expression
Import-Module PSReadLine
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -EditMode Windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment