Skip to content

Instantly share code, notes, and snippets.

@dotnetemmanuel
Last active November 24, 2023 19:53
Show Gist options
  • Save dotnetemmanuel/4e84e3b42007d430101d90728a894270 to your computer and use it in GitHub Desktop.
Save dotnetemmanuel/4e84e3b42007d430101d90728a894270 to your computer and use it in GitHub Desktop.
Install Oh-My-Posh
//Install Oh My Posh
winget install JanDeDobbeleer.OhMyPosh
//Install Terminal-Icons
Install-Module -Name Terminal-Icons -Repository PSGallery
//Install PSReadLine
Install-Module PSReadLine -AllowPrerelease -Force
//code $PROFILE
oh-my-posh init pwsh --config 'C:\Users\emman\AppData\Local\Programs\MonokaiDrake.omp.json' | Invoke-Expression
Import-Module -Name Terminal-Icons
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