Skip to content

Instantly share code, notes, and snippets.

@jeff-french
Created January 2, 2013 02: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 jeff-french/4431750 to your computer and use it in GitHub Desktop.
Save jeff-french/4431750 to your computer and use it in GitHub Desktop.
Chocolatey config file for setting up a fresh PC.
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="VisualStudio2012Ultimate" />
<package id="resharper" />
<package id="MsSqlServer2012Express" />
<package id="dropbox" />
<package id="7zip" />
<package id="console2" />
<package id="nodejs.install" />
<package id="sublimetext2.app" />
<package id="poshgit" />
<package id="windirstat" />
<pakcage id="googlechrome" />
<package id="skype" />
<package id="adobereader" />
<package id="launchy" />
<package id="javaruntime.x64" />
<package id="evernote" />
<package id="githubforwindows" />
<package id="spotify" />
<package id="pidgin" />
<package id="googledrive" />
<package id="git.difftool.diffmerge" />
<package id="itunes" />
<package id="couchbase" />
<package id="steam" />
<package id="coffeescript" />
</packages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment