Frequently used collection of packages installed by Chocolatey
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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 | |
; 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