Last active
August 29, 2015 14:01
-
-
Save phantomtypist/c19e4e2129ab2c1a697b 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 WindowsLiveWriter | |
cinst vlc | |
cinst iTunes | |
cinst isorecorder | |
cinst SketchUpPro.install | |
cinst HxD | |
cinst Kindle | |
cinst imageresizerapp | |
cinst CloudBerryExplorer.AzureStorage | |
cinst CloudBerryExplorer.GoogleStorage | |
cinst CloudBerryExplorer.AmazonS3 | |
cinst imgburn | |
cinst CutePDF | |
cinst pidgin | |
cinst teamviewer | |
cinst keepass.install | |
cinst dropbox | |
cinst handbrake.install | |
cinst mousewithoutborders | |
cinst logparser | |
cinst logparser.lizardgui | |
cinst googledrive | |
cinst paint.net | |
cinst sysinternals | |
cinst 7zip.install | |
cinst adobereader | |
cinst virtualbox | |
cinst windirstat | |
cinst VirtualCloneDrive | |
cinst WinPcap | |
cinst wireshark | |
cinst nmap | |
cinst truecrypt | |
cinst f.lux | |
cinst picasa | |
cinst googleearth | |
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