Skip to content

Instantly share code, notes, and snippets.

@zsiciarz
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zsiciarz/c02e02c9fa1ecf2ab36b to your computer and use it in GitHub Desktop.
Save zsiciarz/c02e02c9fa1ecf2ab36b to your computer and use it in GitHub Desktop.
Boxstarter script
Install-WindowsUpdate -AcceptEula
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
choco install 7zip -version 9.22.01.20130618
choco install 7zip.install -version 9.22.01.20130618
choco install cmake -version 2.8.12
choco install Firefox -version 32.0.1
choco install git -version 1.9.4
choco install git.install -version 1.9.4
choco install javaruntime -version 7.0.67.20140907
choco install python -version 3.4.1.20140610
choco install VisualStudioExpress2013WindowsDesktop -version 12.0.21005.1
choco install qt-sdk-windows-x86-msvc2013_opengl -version 5.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment