Skip to content

Instantly share code, notes, and snippets.

@jptacek
Last active March 12, 2017 14:50
Show Gist options
  • Select an option

  • Save jptacek/8099099 to your computer and use it in GitHub Desktop.

Select an option

Save jptacek/8099099 to your computer and use it in GitHub Desktop.
Boxstarter install
#Install-WindowsUpdate -AcceptEula
#Update-ExecutionPolicy Unrestricted
#Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
#Enable-RemoteDesktop
#Enable-MicrosoftUpdate
# install Visual Studio instances, SQL Server first
# Web Platform Installer (get a full list of packages you can install from webpi using "clist -source webpi")
# cinst webpi
#choco webpi IISExpress_ByPlatform
#choco webpi SQLLocalDB
#choco webpi WIF
#choco webpi WDeploy
# Web Platform Installer : Specific Versions - need to update to latest if newer exists
#choco webpi WindowsAzureSDK_2_2
# Visual Studio Extensions
#Install-ChocolateyVsixPackage "ProductivityPowerTools2013" http://visualstudiogallery.msdn.microsoft.com/dbcb8670-889e-4a54-a226-a48a15e4cace/file/117115/3/ProPowerTools.vsix 12
#Install-ChocolateyVsixPackage "WebEssentials2013" http://visualstudiogallery.msdn.microsoft.com/56633663-6799-41d7-9df7-0f2a504ca361/file/105627/31/WebEssentials2013.vsix 12
#Browsers
cinst google-chrome-x64
cinst Firefox
cinst Opera
#git apps
#cinst git.install
#cinst poshgit
#cinst git-credential-winstore
# Editors
cinst notepadplusplus.install
cinst atom
cinst install visualstudiocode
#cinst VisualStudio2013Professional
# JetBrains
#cinst dotpeek
cinst resharper
#cinst WebStorm
#Ruby (not by default)
#cinst ruby
#cinst ruby.devkit
#Web/Node
cinst fiddler4
cinst nodejs.install
#Utilities
#cinst linqpad4
#cinst markpad
cinst paint.net
#cinst 7zip.install
#cinst skype
cinst steam
#cinst AzureStorageExplorer
cinst putty
choco install slack
#home
#cinst treesizefree
#cinst CrashPlan
#cinst iTunes
#cinst sumatrapdf
#cinst kindle
#choco install office365homepremium
#cinst f.lux
#cinst skype
#Environment
cinst Microsoft-Hyper-V-All -source windowsFeatures
cinst IIS-WebServerRole -source windowsfeatures
@jptacek
Copy link
Author

jptacek commented Dec 27, 2013

Add markpad UI editor

@jptacek
Copy link
Author

jptacek commented Dec 30, 2013

Add browsers

@jptacek
Copy link
Author

jptacek commented Dec 30, 2013

Remove run as for con

@jptacek
Copy link
Author

jptacek commented Dec 30, 2013

Clean up organization

@jptacek
Copy link
Author

jptacek commented Dec 30, 2013

Add Crashplan

@jptacek
Copy link
Author

jptacek commented Dec 30, 2013

Add apps for home

@jptacek
Copy link
Author

jptacek commented Jan 2, 2014

Add PNG optimizer

@jptacek
Copy link
Author

jptacek commented Jan 2, 2014

Remove OptiPNG (does not convert jpg)

@jptacek
Copy link
Author

jptacek commented Jan 3, 2014

Add Notepad2

@jptacek
Copy link
Author

jptacek commented Jan 27, 2014

Change version of Fiddler

@jptacek
Copy link
Author

jptacek commented Feb 27, 2014

Add brackets.io to base install package

@jptacek
Copy link
Author

jptacek commented Feb 27, 2014

Steal stuff from Levenhagen's GIST https://gist.github.com/GregLevenhagen/8902839

@jptacek
Copy link
Author

jptacek commented Dec 1, 2014

Update for Sublime Text 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment