Skip to content

Instantly share code, notes, and snippets.

@sohjsolwin
Last active February 20, 2024 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sohjsolwin/9e7f45ce150e7900f25be33b9ca08500 to your computer and use it in GitHub Desktop.
Save sohjsolwin/9e7f45ce150e7900f25be33b9ca08500 to your computer and use it in GitHub Desktop.
Frequently used collection of packages installed by Chocolatey
; Step 1) Install chocolatey with the following command in Powershell: Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
; Step 2) Select from the list of packages below and append them to `choco install -y`, like: choco install -y chocolateygui 7zip googlechrome etc
; Step 3) Paste into a new admin powershell window and run.
; General tools
7zip
notepadplusplus
sysinternals
windirstat
wireshark
greenshot
lastpass
rdcman
processhacker
tablacus
bulk-crap-uninstaller
; Web Browsers
googlechrome
firefox
; A/V tools
paint.net
inkscape
gimp
imagemagick.app
blender
vlc
; Network tools
putty
curl
wget
; Version Control tools
git
p4merge
sourcetree
winmerge
git-credential-manager-for-windows
; Development Languages and Runtimes
golang
dotnetfx
dotnet3.5
dotnetcore-sdk
javaruntime
nvm
; IDEs and related
vscode
visualstudio2017community
nuget.commandline
powershell-core
azure-cli
ilspy
; Data tools
azure-data-studio
sql-server-management-studio
powerbi
; Container tools
docker-compose
kubernetes-cli
minikube
kubernetes-helm
kubernetes-kompose
; Business tools
office365business
gotomeeting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment