Skip to content

Instantly share code, notes, and snippets.

@michaellperry
Last active August 29, 2015 14:07
Show Gist options
  • Save michaellperry/6147b4e9f580e72cc21a to your computer and use it in GitHub Desktop.
Save michaellperry/6147b4e9f580e72cc21a to your computer and use it in GitHub Desktop.
Chocolatey packages for developer workstation
choco install beyondcompare
choco install TimRayburn.GitAliases
choco install gittfs
choco install mysql
choco install mysql.workbench
choco install notepadplusplus
choco install paint.net
choco install windirstat
choco install ruby
choco install fiddler
choco install gitpad
choco install boxstarter
choco install boxstarter.azure
choco install NuGet.CommandLine
choco install HaskellPlatform
choco install linqpad
choco install markdownpad2
choco install MetroStudio
choco install graphviz
choco install WindowsLiveWriter
choco install webstorm
choco install zoomit
choco install -source WindowsFeatures IIS-WebServerRole
choco install -source WindowsFeatures IIS-ISAPIFilter
choco install -source WindowsFeatures IIS-ISAPIExtensions
choco install -source WindowsFeatures IIS-NetFxExtensibility
choco install -source WindowsFeatures IIS-ASPNET
choco install -source WindowsFeatures IIS-NetFxExtensibility45
choco install -source WindowsFeatures IIS-ASPNET45
choco install -source WindowsFeatures WCF-HTTP-Activation
choco install -source WindowsFeatures WCF-HTTP-Activation45
git config --global alias.d 'diff'
git config --global alias.lgb "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --branches"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment