Last active
July 21, 2016 19:01
-
-
Save MichaelPereira/9f6ec55502c65691991d8f4998a94e8e to your computer and use it in GitHub Desktop.
boxstarter setup 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
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
choco install cygwin | |
choco install cyg-get | |
choco install sublimetext3 | |
choco install notepadplusplus.install | |
choco install gitextensions | |
choco install jdk7 | |
choco install jdk8 | |
choco install vmwarevsphereclient | |
choco install chefdk | |
choco install virtualbox | |
choco install vagrant | |
choco install packer | |
choco install packer-post-processor-vagrant-vmware-ovf | |
choco install procexp | |
choco install cmake | |
# cyg-get bison flex binutils diffutils inetutils openssh libiconv libgmp3 python3 git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment