Last active
September 10, 2015 20:46
-
-
Save philcleveland/fbf5151bdf9c16225891 to your computer and use it in GitHub Desktop.
Chocolatey Windows Box setup
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
@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