Created
March 14, 2012 22:08
-
-
Save ferventcoder/2039926 to your computer and use it in GitHub Desktop.
Packages Config answer for Dru
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
$orig = Get-ExecutionPolicy | |
Set-ExecutionPolicy Unrestricted | |
iex ((new-object net.webclient).DownloadString('http://bit.ly/psChocInstall')) | |
Set-ExecutionPolicy $orig | |
Write-Host 'Close me and either reopen me or a command line and type chocolatey' | |
Write-host 'cinst NewWinPackages.config when you are ready for the other' |
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
windows updates | |
msmq | |
visual studio | |
beyond compare | |
.gitconfig | |
.bash_profile | |
erlang->rabbitmq? |
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="chrome" /> | |
<package id="msysgit" /> | |
<package id="stexbar" /> | |
<package id="notepadplusplus" /> | |
<package id="autohotkey" /> | |
<package id="nodejs.install" /> | |
<package id="ruby" version="1.9.2" /> | |
<package id="python" /> | |
<package id="IIS7" source="webpi" /> | |
<package id="nuget.commandline" /> | |
<package id="PostgreSQL" /> | |
<package id="ReSharper" /> | |
<package id="SQLServerExpress" /> | |
<package id="somegem" source="ruby" /> | |
</packages> | |
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
Some autohotkey scripts - http://chocolatey.org/packages?q=autohotkey | |
Any ruby gem you want installed is just source="ruby" | |
most windows components can be installed if you know the product name with source="webpi" - you can get a list by typing clist -source webpi (after installing it) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://blog.maartenballiauw.be/post/2011/11/28/Repaving-your-PC-the-easier-way.aspx