Last active
March 23, 2016 17:05
-
-
Save rafaelsc/4d390a1d8cc1f168dd7f to your computer and use it in GitHub Desktop.
My BoxStarter for My DEV VM
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
Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions | |
Enable-RemoteDesktop | |
choco install jdk8 | |
choco install windows-sdk-10.1 | |
choco install android-sdk | |
choco install nodejs.install | |
choco install git.install | |
choco install github | |
choco install sourcetree | |
choco install filezilla | |
choco install putty | |
choco install winscp | |
choco install python3 | |
choco install ruby | |
choco install windowstelnet | |
choco install curl | |
choco install wget | |
choco install fiddler4 | |
choco install linqpad5.install | |
choco install webpi | |
choco install nugetpackageexplorer | |
choco install windowsazurepowershell | |
choco install yeoman | |
choco install visualstudiocode | |
choco install winmerge | |
choco install beyondcompare | |
choco install phantomjs | |
choco install logparser | |
choco install nssm | |
choco install sourcecodepro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment