Skip to content

Instantly share code, notes, and snippets.

@MisinformedDNA
Created April 19, 2015 20:50
Show Gist options
  • Save MisinformedDNA/cef87ab96e281a75296e to your computer and use it in GitHub Desktop.
Save MisinformedDNA/cef87ab96e281a75296e to your computer and use it in GitHub Desktop.
Boxstarter
# Source control
cinst -y `
git `
tortoisegit `
poshgit
# Main developement tools
cinst -y visualstudio2013professional -InstallArguments "/Features:'WebTools SQL'"
cinst -y mssqlserver2014express
cinst -y mssqlservermanagementstudio2014express
# Browsers
cinst -y `
googlechrome `
firefox
# Utilities
cinst -y `
notepadplusplus `
paint.net `
7zip `
putty `
filezilla `
fiddler4 `
keepass `
resharper `
winmerge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment