mpga/install/oh-my-posh.ps1
2020-01-21 15:03:41 +01:00

3 lines
No EOL
165 B
PowerShell

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