Skip to content

Instantly share code, notes, and snippets.

@attrib75
Forked from amogram/chocolatey-env-setup.ps1
Last active May 23, 2020 04:54
Show Gist options
  • Save attrib75/7b7cd619e47ca921f34f59c3b08a3e17 to your computer and use it in GitHub Desktop.
Save attrib75/7b7cd619e47ca921f34f59c3b08a3e17 to your computer and use it in GitHub Desktop.
A Chocolatey script for PowerShell
# Simple environment setup script
# Install Applications
choco install fiddler4
choco install notepadplusplus
choco install visualstudiocode
choco install greenshot
choco install GoogleChrome
choco install firefox
choco install putty
choco install ccleaner
choco install beyondcompare
choco install linqpad
choco install postman
choco install azure-cli
choco install microsoftazurestorageexplorer
choco install adobereader
choco install flashplayerplugin
choco install jre8
choco install 7zip.install
choco install git.install
choco install sysinternals
choco install paint.net
choco install treesizefree
choco install sql-server-management-studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment