Skip to content

Instantly share code, notes, and snippets.

@rjmurillo
Last active June 30, 2016 19:32
Show Gist options
  • Save rjmurillo/95ea08a0c215e013aab8 to your computer and use it in GitHub Desktop.
Save rjmurillo/95ea08a0c215e013aab8 to your computer and use it in GitHub Desktop.
First BoxStarter Script
# START http://boxstarter.org/package/url?
# Initial Windows Config
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showFileExtensions
Enable-RemoteDesktop
Disable-GameBarTips
# Windows Features and Extras
cinst sudo
# Latest version of PowerShell and .NET Frameworks
cinst PowerShell
cinst dotnet3.5
cinst dotnet4.0
cinst dotnet4.5
cinst dotnet4.5.1
cinst dotnet4.5.2
cinst dotnet4.6
cinst dotnet4.6.1
# Install Git and related tools
cinst git.install
cinst githubforwindows
cinst Post-GitHub
cinst SmartGit-with-Jre
cinst git-credential-winstore
cinst EthanBrown.GitConfiguration
cinst poshgit
# Editors and merge tools
Install-ChocolateyPackage 'VS2015' 'exe' '/passive /norestart' 'file:///\\products\public\PRODUCTS\Developers\Visual Studio 2015\Enterprise 2015.2\vs_enterprise.exe'
cinst SublimeText3
cinst SublimeText3.PackageControl
cinst jivkok.SublimeText3.Packages
cinst visualstudiocode
cinst ncrunch-vs2015
cinst resharper
cinst reflector
cinst CoffeeScript
cinst NugetPackageManager
cinst IndentGuides
cinst IHateRegions
cinst VSColorOutput
cinst webpi
# Browsers for WebDev
cinst google-chrome-x64
cinst yeoman
# Redis tools
cinst redis-64
cinst redis-desktop-manager
# Debugging tools
cinst sysinternals
cinst windbg
cinst fiddler4
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment