Last active
January 12, 2016 15:34
-
-
Save TravisTroyer/02862bf28add7e902bc8 to your computer and use it in GitHub Desktop.
Boxstarter Script for Development Box
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
# hit the following URL in IE to run: | |
# http://boxstarter.org/package/url?https://rawgit.com/TravisTroyer/02862bf28add7e902bc8/raw/ | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions | |
Enable-RemoteDesktop | |
# seems to result in unhappiness | |
cinst geforce-experience | |
cinst geforce-game-ready-driver | |
cinst 7zip | |
cinst sysinternals | |
cinst emeditor | |
cinst markdownpad2 | |
cinst putty | |
cinst filezilla | |
cinst windirstat | |
cinst greenshot | |
cinst imgburn | |
cinst paint.net | |
cinst xnview | |
cinst AdobeAIR | |
# windows 7 usb/dvd download tool | |
cinst wudt | |
cinst GoogleChrome | |
cinst Firefox | |
cinst spotify | |
cinst linqpad | |
cinst dotpeek | |
cinst beyondcompare | |
cinst hwinfo.install | |
cinst vcredist2010 | |
cinst vcredist2012 | |
cinst webpi | |
### cinst sql2008.smo | |
### cinst sql2012.smo | |
### cinst sql2014.smo | |
### cinst visualstudio2013premium "/Features:'Blend WebTools Win8SDK VCMFCLibraries OfficeDeveloperTools'" | |
# cinst visualstudiocommunity2013 "/Features:'Blend WebTools Win8SDK VCMFCLibraries OfficeDeveloperTools'" | |
### cinst resharper | |
cinst git.install | |
cinst github | |
cinst nodejs | |
# setpoint | |
# visual studio 2014 & resharper | |
# office | |
# sql server | |
# pandora |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment