Add posh-git to Windows installations

This commit is contained in:
Manuel Thalmann 2023-07-27 02:22:09 +02:00
parent 2a7e0b643e
commit c851336400
4 changed files with 19 additions and 2 deletions
scripts/Windows/Software/posh-git

View file

@ -0,0 +1,8 @@
#!/bin/pwsh
param($context);
. "$PSScriptRoot/../../Scripts/Context.ps1";
[Context] $context = $context;
Install-Module -Scope AllUsers posh-git;
powershell -c "Install-Module -Scope AllUsers posh-git;";
. "$PSScriptRoot/../../Config/posh-git/Install.ps1" $context;