Created
April 19, 2015 20:50
-
-
Save MisinformedDNA/cef87ab96e281a75296e to your computer and use it in GitHub Desktop.
Boxstarter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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