diff --git a/install.ps1 b/install.ps1 index fad4e86..ea01c2c 100644 --- a/install.ps1 +++ b/install.ps1 @@ -49,6 +49,8 @@ choco feature enable -n=allowGlobalConfirmation; ,"python" ,"powerbi" ,"snagit" +,"zoomit" +,"lightshot" ,"lens") + ($pins = @("vscode")) | % { choco install $_ }; <# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };