-
-
Save joladev/6209606 to your computer and use it in GitHub Desktop.
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Untested