Skip to content

Latest commit

 

History

History

powershell

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.