Skip to content

Instantly share code, notes, and snippets.

@danhively
Forked from Davlind/BoxStarter.Clean.Dev
Last active August 29, 2015 14:04
Show Gist options
  • Save danhively/d22bfccb3179f6aed376 to your computer and use it in GitHub Desktop.
Save danhively/d22bfccb3179f6aed376 to your computer and use it in GitHub Desktop.
###################### To Run ######################
# START http://boxstarter.org/package/url?https://gist.github.com/danhively/8309270/raw/9dcab319af7a95342eb75581da46394c2fb16a9f/BoxStarter.Clean.Dev
###################### Windows ######################
Install-WindowsUpdate -AcceptEula
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
cinst Microsoft-Hyper-V-All -source windowsFeatures
cinst IIS-WebServerRole -source windowsfeatures
###################### Visual Studio ######################
cinst resharper
cinst stylecop
Install-ChocolateyVsixPackage "Durandal2.0" "http://durandaljs.com/version/2_0_0/DurandalTemplate.vsix"
Install-ChocolateyVsixPackage "GitSourceControlProvider" "http://visualstudiogallery.msdn.microsoft.com/63a7e40d-4d71-4fbb-a23b-d262124b8f4c/file/29105/46/GitSccProvider.vsix"
Install-ChocolateyVsixPackage "PowerShellVS" "http://visualstudiogallery.msdn.microsoft.com/c9eb3ba8-0c59-4944-9a62-6eee37294597/file/112013/5/PowerShellTools.vsix"
Install-ChocolateyVsixPackage "PowerTools" "http://visualstudiogallery.msdn.microsoft.com/dbcb8670-889e-4a54-a226-a48a15e4cace/file/117115/1/ProPowerTools.vsix"
Install-ChocolateyVsixPackage "WebEssentials" "http://visualstudiogallery.msdn.microsoft.com/56633663-6799-41d7-9df7-0f2a504ca361/file/105627/24/WebEssentials2013.vsix"
###################### Development ######################
cinst AzureStorageExplorer
cinst dotpeek
cinst fiddler4
cinst git.install
cinst githubforwindows
cinst linqpad4
cinst nodejs.install
cinst PowerGUI
###################### Applications ######################
cinst audacity
cinst GoogleChrome
cinst notepadplusplus.install
cinst skype
cinst uTorrent
cinst winrar
###################### Tools ######################
cinst chocolatey
cinst curl
cinst dropbox
cinst googledrive
cinst rdcman
cinst sysinternals
cinst webpi
cinst wireshark
cinst Wget
cinst zoomit
###################### To Run ######################
# START http://boxstarter.org/package/url?https://gist.github.com/Davlind/8309270/raw/e57d63cfd1240ef81041d2c85fb82a044eb740ca/BoxStarter.Clean.Htpc
###################### Windows ######################
Install-WindowsUpdate -AcceptEula
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Move-LibraryDirectory "Personal" "$env:UserProfile\skydrive\documents"
Enable-RemoteDesktop
cinst Microsoft-Hyper-V-All -source windowsFeatures
cinst IIS-WebServerRole -source windowsfeatures
###################### Applications ######################
cinst GoogleChrome
cinst uTorrent
cinst vlc
cinst winrar
cinst xbmc
###################### Tools ######################
cinst chocolatey
cinst mousewithoutborders
###################### Shortcuts ######################
Install-ChocolateyPinnedTaskBarItem "${env:ProgramFiles(x86)}\Google\Chrome\Application\chrome.exe"
Install-ChocolateyPinnedTaskBarItem "${env:ProgramFiles(x86)}\xbmc\xbmc.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment