Skip to content

Instantly share code, notes, and snippets.

@amkhrjee
Last active December 22, 2022 19:57
Show Gist options
  • Save amkhrjee/8b3784f30946ec8545e8d19f0a0afb3b to your computer and use it in GitHub Desktop.
Save amkhrjee/8b3784f30946ec8545e8d19f0a0afb3b to your computer and use it in GitHub Desktop.
My Powershell config with Oh-My-Posh and other customizations
oh-my-posh init pwsh --config $env:POSH_THEMES_PATH\craver.omp.json | Invoke-Expression
Import-Module PSReadLine
Import-Module z
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -EditMode Windows
Import-Module -Name Terminal-Icons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment