Skip to content

Instantly share code, notes, and snippets.

@cbfranca
Last active August 29, 2015 14:06
Show Gist options
  • Save cbfranca/1f1655f979255b664389 to your computer and use it in GitHub Desktop.
Save cbfranca/1f1655f979255b664389 to your computer and use it in GitHub Desktop.
Currently we're installing Git and SQL SERVER MANAGEMENT manually
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="VisualStudio2013Professional" installArgs="/Features:'WebTools" />
<package id="GoogleChrome" />
<package id="Firefox"/>
<package id="SublimeText3" />
<package id="kdiff3" />
<package id="filezilla"/>
<package id="skype"/>
<package id="dropbox"/>
<package id="fiddler"/>
<package id="FoxitReader"/>
<package id="autohotkey"/>
<!-- Frontend stuff -->
<package id="nodejs"/>
<package id="sass"/>
<!-- General Utilities -->
<package id="7zip" />
<package id="WindowsUpdate.DisableAutoRestart"/>
</packages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment