Created
October 29, 2014 20:51
-
-
Save dislogical/6aa966142e9f35b455af to your computer and use it in GitHub Desktop.
Boxstarter Bootstrap 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 | |
| Set-StartScreenOptions -EnableBootToDesktop | |
| Enable-RemoteDesktop | |
| cinst toolsroot | |
| cinst DotNet3.5 | |
| cinst DotNet4.5 | |
| cinst javaruntime | |
| cinst nodejs | |
| cinst python -version 2.7.6 | |
| cinst pip | |
| cinst ruby | |
| cinst ruby.devkit | |
| cinst rubygems | |
| cinst Atom | |
| cinst cmake | |
| cinst cmder | |
| cinst git | |
| cinst mongodb | |
| cinst P4Merge | |
| cinst SourceTree | |
| cinst vagrant | |
| cinst VisualStudio2013Ultimate -InstallArguments "/Features:'WebTools'" | |
| cinst 7zip | |
| cinst Clover | |
| cinst deluge | |
| cinst f.lux | |
| cinst google-chrome-x64 | |
| cinst paint.net | |
| cinst steam | |
| cinst TeraCopy | |
| cinst windirstat | |
| cinst winscp | |
| cinst vlc | |
| Disable-UAC | |
| Install-WindowsUpdate -AcceptEula |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment