Skip to content

Instantly share code, notes, and snippets.

Created December 12, 2014 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/425de7eb68dbf150df23 to your computer and use it in GitHub Desktop.
Save anonymous/425de7eb68dbf150df23 to your computer and use it in GitHub Desktop.
Sample Chocolatey config file
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SublimeText3" />
<package id="Sublimetext3.packagecontrol" />
<package id="python"/>
<package id="git"/>
<package id="nodejs" />
<package id="npm" />
<package id="pip" />
<package id="7zip.install" />
<package id="dropbox" />
<package id="VisualStudio2013Professional" />
<package id="resharper" />
<package id="treesizefree" />
</packages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment