Skip to content

Instantly share code, notes, and snippets.

@adback03
Last active August 29, 2015 14:16
Show Gist options
  • Save adback03/b8c2c61d92595858552e to your computer and use it in GitHub Desktop.
Save adback03/b8c2c61d92595858552e 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
cinst Taskbar.NoGlom # Set your windows taskbar icons to never combine
# Tools
cinst ilspy
#cinst launchy
cinst 7zip
cinst googledrive
#cinst xplorer2pro
cinst sysinternals
cinst ditto
cinst consolez
cinst sublimetext3
cinst powershell # updates to v4
cinst paint.net
#cinst araxismerge -version 2011.4074 -source http://choco.directs.com/nuget
cinst filezilla
cinst ActiveBatchClient
# Development
#cinst SQLServer2008-Developer
#cinst Sql2008.TcpAndAliases
cinst webdeploy
cinst visualstudio2013premium -InstallArguments "/Features:WebTools"
#cinst VS2013.4
cinst sqlserverdatatools.2013
cinst NugetPackageExplorer
cinst resharper
cinst nssm
cinst DS.MSTestExtensions -Version 2013.1
cinst aspnetmvc4.install
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
# eComm Things
cinst eCommerce-DevMachineSetup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment