Skip to content

Instantly share code, notes, and snippets.

@GuyHarwood
Last active December 16, 2015 19:48
Show Gist options
  • Save GuyHarwood/5487254 to your computer and use it in GitHub Desktop.
Save GuyHarwood/5487254 to your computer and use it in GitHub Desktop.
My default Chocolatey package for a new windows dev box. 1) Install Chocolatey 2) open a cmd window 3) cinst packages.config 4) enjoy chocolatey goodness
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="notepadplusplus" />
<package id="fiddler" />
<package id="cmder" />
<package id="sourcetree" />
<package id="TortoiseGit" />
<package id="winrar" />
<package id="rdcman" />
<package id="greenshot" />
<package id="everything" />
<package id="sysinternals" />
<package id="vlc" />
<package id="sublimetext2" />
<package id="filezilla" />
<package id="paint.net" />
<package id="expresso" />
<package id="lockhunter" />
<package id="linqpad4" />
<package id="dotPeek" />
<package id="winmerge" />
<package id="diffmerge" />
<package id="NugetPackageExplorer" />
<package id="TortoiseHG" />
<package id="7zip" />
<package id="scriptcs" />
<package id="SuperBenchmarker" />
</packages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment