Last active
December 16, 2015 19:48
-
-
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
This file contains hidden or 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
<?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