Last active
August 29, 2015 14:09
-
-
Save joaofx/9b017b1c4030d0ffa354 to your computer and use it in GitHub Desktop.
New Dev Machine Script
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
choco install VisualStudioCommunity2013 -InstallArguments "/Features:'VC_MFC_Libraries WebTools'" | |
choco install VS2013.3 | |
choco install git | |
choco install SublimeText3 | |
choco install winrar | |
choco install firefox | |
choco install clink | |
choco install notepadplusplus | |
choco install putty | |
choco install resharper | |
choco install sysinternals | |
# for windows servers | |
choco install win-no-annoy | |
# database management | |
choco install HeidiSQL | |
choco install databasenet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment