Skip to content

Instantly share code, notes, and snippets.

@jstrassburg
Last active October 19, 2015 19:47
Show Gist options
  • Save jstrassburg/c6a5d61a189b497b9ffb to your computer and use it in GitHub Desktop.
Save jstrassburg/c6a5d61a189b497b9ffb to your computer and use it in GitHub Desktop.
# Fork this file to make your customizations! For example most people don't have an Ultimate license.
# Add DS Package Store and Boxstarter packages
Set-BoxstarterConfig -NugetSources "http://choco.directs.com/nuget;http://chocolatey.org/api/v2;http://www.myget.org/F/boxstarter/api/v2"
choco sources add -name NuGet -source https://nuget.org/api/v2/
choco sources add -name DS -source http://choco.directs.com/nuget
# Windows Options
Disable-UAC
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
# Tools
cinst ActiveBatchClient -y
cinst ant -y
cinst apache.ant -y
cinst atom -y
cinst autopulse -y
cinst converterer -y
cinst cygwin -y
cinst dotpeek -y
cinst fiddler -y
cinst filezilla -y
cinst git.install -y
cinst HxD -y
cinst ilspy -y
cinst notepad2 -y
cinst NSSM -y
cinst Nuget.CommandLine -y
cinst NugetPackageExplorer -y
cinst OctopusDeploy.Tentacle -y
cinst OpenInNotepad64 -y
cinst putty -y
cinst VirtualCloneDrive -y
cinst jre8 -y
# Development
cinst SQLServer2014-Developer -y
cinst webdeploy -y
cinst VisualStudio2013-Ultimate -y
cinst vs2013.5 -pre -y
cinst sqlserverdatatools.2013 -y
cinst NugetPackageExplorer -y
cinst resharper -y
cinst DS.MSTestExtensions -Version 2013.1
cinst aspnetmvc4.install -y
cinst PowerShellGAC -y
cinst eCommerce-InstallLegacyDependencies -y
cinst ConfigureMsmq -y
cinst ConfigureSsl -y
Install-ChocolateyVsixPackage "PowerShell Tools" http://visualstudiogallery.msdn.microsoft.com/c9eb3ba8-0c59-4944-9a62-6eee37294597/file/112013/7/PowerShellTools.vsix
Install-ChocolateyVsixPackage "TFS Build Extensions" http://visualstudiogallery.msdn.microsoft.com/73bf2d8e-aec6-406c-8e7f-1c678e46557f/file/108013/6/TFSBuildManager.Package.vsix
Install-ChocolateyPackage "TFS 2013 Power Tools" "msi" "/quiet" "http://visualstudiogallery.msdn.microsoft.com/f017b10c-02b4-4d6d-9845-58a06545627f/file/112253/2/Visual%20Studio%20Team%20Foundation%20Server%202013%20Power%20Tools.msi"
Install-ChocolateyVsixPackage "Layouts O Rama" https://visualstudiogallery.msdn.microsoft.com/35966ad9-430f-4ad7-9186-4394b784e36c/file/53026/14/LayoutsORama.vsix
Install-ChocolateyVsixPackage "Chutzpah" https://visualstudiogallery.msdn.microsoft.com/71a4e9bd-f660-448f-bd92-f5a65d39b7f0/file/52593/33/chutzpah.visualstudio.vsix
Install-ChocolateyVsixPackage "AttachToW3WP" https://visualstudiogallery.msdn.microsoft.com/14b2a959-446f-406c-bcf0-abe87fc529e7/file/115934/2/AttachToW3WP.vsix
Install-ChocolateyVsixPackage "SpecFlow for 2013" https://visualstudiogallery.msdn.microsoft.com/90ac3587-7466-4155-b591-2cd4cc4401bc/file/112721/3/TechTalk.SpecFlow.Vs2013Integration.vsix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment