mpga/install/git.ps1

4 lines
145 B
PowerShell

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