Files
Wellington Augusto Ribeiro 3f64417e75 Update install.ps1
2023-05-29 14:22:35 +01:00

73 lines
1.5 KiB
PowerShell
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#https://github.com/JanDeDobbeleer/oh-my-posh
# npm
# npm -g i typescript ts-node
dotnet tool install --global dotnet-reportgenerator-globaltool
dotnet tool install --global dotnet-trace
dotnet tool install --global dotnet-sonarscanner
dotnet tool install --global dotnet-aspnet-codegenerator
dotnet tool install --global dotnet-counters
dotnet tool install --global dotnet-ef
dotnet tool install --global dotnet-monitor
<# chocolatey setup #>
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'));
<# allowing globally confirmation #>
choco feature enable -n=allowGlobalConfirmation;
<# poll #>
@(
"python"
,"Anaconda3"
) + ($pins = @("vscode")) | % { choco install $_ };
<# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };
<# excluded
,"dotnet-5.0-sdk"
,"archi"
,"cmder"
,"hyper"
,"netfx-4.8-devpack"
,"notepadplusplus"
,"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"
#>