mpga/install/git.ps1
2020-01-21 15:03:41 +01:00

4 lines
No EOL
145 B
PowerShell

# Install and add posh-git to profile
PowerShellGet\Install-Module posh-git -Scope CurrentUser -Force
Import-Module posh-git
Add-PoshGitToProfile