mpga/install/oh-my-posh.ps1

3 lines
165 B
PowerShell
Raw Normal View History

2020-01-21 14:03:41 +00:00
Install-Module -Name PSReadLine -Scope CurrentUser -Force -SkipPublisherCheck
Install-Module posh-git -Scope CurrentUser
Install-Module oh-my-posh -Scope CurrentUser