Update install.ps1

This commit is contained in:
Wellington Augusto Ribeiro
2023-05-29 14:20:52 +01:00
committed by GitHub
parent 7ca67945a1
commit b1f6cba45e
+1 -34
View File
@@ -20,40 +20,7 @@ choco feature enable -n=allowGlobalConfirmation;
<# poll #> <# poll #>
@( @(
"python" "python"
/*"git" ) + ($pins = @("vscode")) | % { choco install $_ };
,"dotnetcore-sdk"
,"dotnet-6.0-sdk"
,"dotnetcore-sdk"
,"microsoft-edge"
,"visualstudio2022enterprise"
,"powerautomatedesktop"
,"microsoft-windows-terminal"
,"azure-cli"
,"gh"
,"azurepowershell"
,"azcopy"
,"wireshark"
,"westwindwebsurge"
,"sql-server-management-studio"
,"robo3t"
,"azure-data-studio"
,"dbeaver"
,"mobaxterm"
,"nodejs-lts"
,"nvm"
,"postman"
,"vim"
,"microsoft-teams"
,"terraform"
,"sql-server-management-studio"
,"kubernetes-cli"
,"kubernetes-helm"
,"python"
,"powerbi"
,"snagit"
,"zoomit"
,"lightshot"
,"lens"*/) + ($pins = @("vscode")) | % { choco install $_ };
<# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" }; <# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };