You need to use the PowerShell Gallery to install oh-my-posh. Install posh-git and oh-my-posh: Install-Module posh-git -Scope CurrentUser Install-Module oh-my-posh -Scope CurrentUser In case you're running this on PS Core, make sure to also install version 2.0.0-beta1 of PSReadLine...