Skip to content

Instantly share code, notes, and snippets.

@richyk1
Created July 14, 2022 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richyk1/f8dd6f5c23a8f860718ee72f392704f9 to your computer and use it in GitHub Desktop.
Save richyk1/f8dd6f5c23a8f860718ee72f392704f9 to your computer and use it in GitHub Desktop.
My Powershell Config /w Oh My Posh
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\atomicBit.omp.json" | Invoke-Expression
Import-Module -Name Terminal-Icons
Import-Module -Name 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