Created
November 13, 2014 18:57
-
-
Save eltone/a8cdce4cb34bd63a6b23 to your computer and use it in GitHub Desktop.
a chocolatey packages file for adding useful things to a clean windows install
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
| <packages> | |
| <package id="javaruntime" /> | |
| <package id="ruby1.9" /> | |
| <package id="ruby.devkit" /> | |
| <package id="python" /> | |
| <package id="DotNet3.5" /> | |
| <package id="webpi" /> | |
| <package id="git" /> | |
| <package id="iisexpress" version="8.0" source="webpi" /> | |
| <package id="SublimeText3" /> | |
| <package id="bundler" source="ruby" /> | |
| <package id="rake" source="ruby" /> | |
| <package id="sourcetree" /> | |
| <package id="google-chrome-x64" /> | |
| <package id="firefox" /> | |
| <package id="MsSqlServerManagementStudio2014Express" /><!--a 700MB dl--> | |
| <package id="adobereader" /> | |
| <package id="resharper" /> | |
| <package id="dotPeek" /> | |
| <package id="7zip" /> | |
| <package id="beyondcompare" /> | |
| <package id="fiddler4" /> | |
| <package id="filezilla" /> | |
| <package id="HipChat" /> | |
| <package id="linqpad" /> | |
| <package id="nodejs.install" /> | |
| <package id="paint.net" /> | |
| <package id="spotify" /> | |
| <package id="terminals" /> | |
| <package id="vlc" /> | |
| <package id="wixtoolset" /> | |
| <package id="snaketail" /> | |
| <package id="NuGet.CommandLine" /> | |
| <package id="NugetPackageExplorer" /> | |
| <package id="skype" /> | |
| <package id="console2" /> | |
| <package id="poshgit" /> | |
| <package id="redis-64" /> | |
| <package id="redis-desktop-manager" /> | |
| <package id="putty" /> | |
| </packages> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment