Skip to content

Instantly share code, notes, and snippets.

@philcleveland
Last active September 10, 2015 20:46
Show Gist options
  • Save philcleveland/fbf5151bdf9c16225891 to your computer and use it in GitHub Desktop.
Save philcleveland/fbf5151bdf9c16225891 to your computer and use it in GitHub Desktop.
Chocolatey Windows Box setup
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="googlechrome " />
<package id="notepadplusplus.install"/>
<package id="githubforwindows"/>
<package id="javaruntime"/>
<package id="7zip.install"/>
<package id="adobereader"/>
<package id="ccleaner"/>
<package id="atom"/>
<package id="fiddler"/>
<package id="teamviewer"/>
<package id="virtualbox"/>
<package id="vagrant"/>
<package id="packer"/>
<package id="mssqlserver2012express"/>
<package id="kdiff3"/>
</packages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment