Skip to content

Instantly share code, notes, and snippets.

@zajca
Last active August 29, 2015 14:08
Show Gist options
  • Save zajca/4d79804dc854737e729b to your computer and use it in GitHub Desktop.
Save zajca/4d79804dc854737e729b to your computer and use it in GitHub Desktop.
SET UP WINDOWS

OPEN CMD AS ADMIN

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

OPEN POWERSHELL as ADMIN

choco.exe install nodejs.install npm git.install python2 xampp.app VisualStudio2012WDX phpstorm

Minimal alternative:

choco.exe install nodejs.install npm git.install python2 VisualStudio2012WDX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment