Last active
August 29, 2015 14:01
-
-
Save phantomtypist/e10f8131344a02f6a8b6 to your computer and use it in GitHub Desktop.
This file contains 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
# http://boxstarter.org/package/url? | |
# It's nice to be able to browse NuGet files if necessary | |
cinst NugetPackageExplorer | |
# If we're doing web development, we need a few browsers | |
cinst GoogleChrome | |
cinst Firefox | |
cinst Opera | |
if (Test-PendingReboot) { Invoke-Reboot } | |
# Don't quite know why this is important, but I'll install silverlight and java runtime anyways | |
cinst Silverlight | |
cinst javaruntime | |
cinst jdk8 | |
cinst flashplayerplugin | |
cinst AdobeAIR | |
if (Test-PendingReboot) { Invoke-Reboot } | |
# Other software | |
cinst wudt | |
cinst isorecorder | |
cinst imageresizerapp | |
cinst CloudBerryExplorer.AzureStorage | |
cinst CloudBerryExplorer.GoogleStorage | |
cinst CloudBerryExplorer.AmazonS3 | |
cinst imgburn | |
cinst CutePDF | |
cinst mousewithoutborders | |
cinst logparser | |
cinst logparser.lizardgui | |
cinst googledrive | |
cinst paint.net | |
cinst sysinternals | |
cinst 7zip.install | |
cinst adobereader | |
cinst virtualbox | |
cinst VirtualCloneDrive | |
cinst f.lux | |
if (Test-PendingReboot) { Invoke-Reboot } | |
# Source Control | |
cinst git.install | |
cinst msysgit | |
cinst poshgit | |
cinst git-credential-winstore -Version 1.2.0.0 | |
cinst gitextensions | |
cinst tortoisegit | |
cinst tortoisehg | |
cinst githubforwindows | |
if (Test-PendingReboot) { Invoke-Reboot } | |
# Fix SSH-Agent error by adding the bin directory to the `Path` environment variable | |
$env:PSModulePath = $env:PSModulePath + ";C:\Program Files (x86)\Git\bin" | |
# Sql Server | |
cinst SqlServer2012Express | |
if (Test-PendingReboot) { Invoke-Reboot } | |
# Development stuff | |
cinst vcredist2005 | |
cinst vcredist2008 | |
cinst vcredist2010 | |
if (Test-PendingReboot) { Invoke-Reboot } | |
cinst webpi | |
if (Test-PendingReboot) { Invoke-Reboot } | |
cinst gtksharp | |
cinst NuGet.CommandLine | |
cinst nodejs.install | |
cinst ScriptCs | |
cinst PhantomJS | |
cinst beyondcompare | |
cinst SourceTree | |
cinst linqpad4 | |
cinst fiddler4 | |
cinst notepadplusplus.install | |
cinst sublimetext2 | |
cinst winscp | |
cinst dotPeek | |
cinst mongodb | |
cinst nunit | |
cinst XUnit | |
cinst ilmerge | |
cinst typescript | |
cinst papercut | |
cinst smtp4dev | |
cinst SQLite | |
cinst redis | |
cinst mono | |
cinst monodevelop | |
cinst rabbitmq | |
cinst typescript.vs | |
if (Test-PendingReboot) { Invoke-Reboot } | |
cinst MarkdownPad2 | |
if (Test-PendingReboot) { Invoke-Reboot } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment