Skip to content

Instantly share code, notes, and snippets.

@godbyk
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save godbyk/80f66779e4e011228f8e to your computer and use it in GitHub Desktop.
Save godbyk/80f66779e4e011228f8e to your computer and use it in GitHub Desktop.
Boxstarter script
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
cinst git
cinst javaruntime
cinst dotnet4.5
cinst notepadplusplus
cinst 7zip
cinst sysinternals
cinst putty
cinst winmerge
cinst powershell4
cinst sumatrapdf
cinst winscp
cinst git-credential-winstore
cinst cmake
cinst python
cinst notepad2-mod
cinst VisualStudioExpress2013WindowsDesktop -source "https://www.myget.org/F/rpavlik-choco/"
cinst vcexpress2010
cinst visualstudio2012wdx
cinst unity -source "https://www.myget.org/F/unity/"
#cinst qt-sdk-windows-x86-msvc2013_opengl
cinst oculus-sdk -source "https://www.myget.org/F/oculus-rift/"
cinst oculus-runtime -source "https://www.myget.org/F/oculus-rift/"
cinst boost-x64-msvc2013 -source "https://www.myget.org/F/boost/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment