Update install.ps1
This commit is contained in:
committed by
GitHub
parent
b1f6cba45e
commit
3f64417e75
+35
@@ -20,6 +20,7 @@ choco feature enable -n=allowGlobalConfirmation;
|
||||
<# poll #>
|
||||
@(
|
||||
"python"
|
||||
,"Anaconda3"
|
||||
) + ($pins = @("vscode")) | % { choco install $_ };
|
||||
|
||||
<# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };
|
||||
@@ -34,4 +35,38 @@ choco feature enable -n=allowGlobalConfirmation;
|
||||
,"sublimetext3"
|
||||
,"typora"
|
||||
,"docker-desktop"
|
||||
"git"
|
||||
,"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"
|
||||
#>
|
||||
|
||||
Reference in New Issue
Block a user