Skip to content

Instantly share code, notes, and snippets.

@EricZimmerman
Last active July 9, 2024 03:32
Show Gist options
  • Save EricZimmerman/0739e0181d0259e76ea67faa24cb411b to your computer and use it in GitHub Desktop.
Save EricZimmerman/0739e0181d0259e76ea67faa24cb411b to your computer and use it in GitHub Desktop.
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\powerlevel10k_rainbow.omp.json" | Invoke-Expression
Import-Module -Name Terminal-Icons
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -PredictionSource history
@EricZimmerman
Copy link
Author

you can also install fonts via

oh-my-posh font install

once oh-my-posh is installed

@AndrewRathbun
Copy link

Just installed this, thanks for sharing 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment