-
-
Save attrib75/7b7cd619e47ca921f34f59c3b08a3e17 to your computer and use it in GitHub Desktop.
A Chocolatey script for PowerShell
This file contains hidden or 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
# 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