Last active
November 24, 2023 19:53
-
-
Save dotnetemmanuel/4e84e3b42007d430101d90728a894270 to your computer and use it in GitHub Desktop.
Install Oh-My-Posh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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