Skip to content

Instantly share code, notes, and snippets.

@rwetzeler
Last active April 12, 2022 14:27
Show Gist options
  • Save rwetzeler/bc2a1c1eea77f48e724f to your computer and use it in GitHub Desktop.
Save rwetzeler/bc2a1c1eea77f48e724f to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
## OS Core ##
choco install 7zip googlechrome firefox adobereader vlc -y
## Communication and Productivity Tools ##
choco install slack microsoft-teams notion -y
choco install office365business -y
## Developer Tools
choco install wsl -y
choco install wsl-kalilinux -y
choco install curl putty -y
choco install git github-desktop -y
choco install wireshark sysinternals microsoft-windows-terminal -y
choco install javaruntime python3 nodejs.install yarn -y
choco install docker-cli docker-engine docker-kitematic -y
choco install vscode visualstudio2022enterprise powerbi -y
choco install awscli azure-cli kubernetes-cli -y
choco install kubernetes-helm minikube lens -y
choco install microsoftazurestorageexplorer azure-data-studio -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment