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 |