Skip to content

Instantly share code, notes, and snippets.

@MichaelPereira
Last active July 21, 2016 19:01
Show Gist options
  • Save MichaelPereira/9f6ec55502c65691991d8f4998a94e8e to your computer and use it in GitHub Desktop.
Save MichaelPereira/9f6ec55502c65691991d8f4998a94e8e to your computer and use it in GitHub Desktop.
boxstarter setup script
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