Last active
August 29, 2015 14:12
-
-
Save godbyk/80f66779e4e011228f8e to your computer and use it in GitHub Desktop.
Boxstarter 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-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