Skip to content

Instantly share code, notes, and snippets.

@joladev
Forked from mirontoli/ChocoScript.ps1
Last active December 20, 2015 22:59
Show Gist options
  • Save joladev/6209606 to your computer and use it in GitHub Desktop.
Save joladev/6209606 to your computer and use it in GitHub Desktop.
REM Install Chocolatey
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
REM Install Tools
cinst Firefox &&
cinst firefoxaurora &&
cinst ulsviewer &&
cinst GoogleChrome &&
cinst GoogleChrome.Canary &&
cinst opera &&
cinst ilspy &&
cinst fiddler4 &&
cinst sublimetext2 &&
cinst msysgit &&
cinst nodejs.install &&
cinst python &&
cgem install compass
@joladev
Copy link
Author

joladev commented Aug 12, 2013

Untested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment