Created
January 2, 2013 02:56
-
-
Save jeff-french/4431750 to your computer and use it in GitHub Desktop.
Chocolatey config file for setting up a fresh PC.
This file contains 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="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