Skip to content

Files

Latest commit

4cdf80f · Aug 16, 2020

History

History

powershell

PowerShell Core (Windows)

Prettify the prompt

Let's make the prompt pretty and Git-oriented with Oh-My-Posh and Posh-Git:

Install-Module posh-git -Scope CurrentUser
Install-Module oh-my-posh -Scope CurrentUser
Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck

See this article for more info.