Install posh-git
- Repository: https://github.com/dahlbyk/posh-git
Install-Module posh-git -Scope CurrentUser -Force
Install oh-my-posh
- Repository: https://ohmyposh.dev/docs/
Install-Module oh-my-posh -Scope CurrentUser -Force
Open Profile PowerShell
code $PROFILE
Save PowerShell Profile with this
Import-Module posh-git
Import-Module oh-my-posh
Set-PoshPrompt -Theme slimfat
Top comments (0)