Skip to content

Instantly share code, notes, and snippets.

@donkaban
Created September 7, 2014 13:29
Show Gist options
  • Save donkaban/69c50768a3163744c3de to your computer and use it in GitHub Desktop.
Save donkaban/69c50768a3163744c3de to your computer and use it in GitHub Desktop.
@echo Install package manager ...
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\ProgramData\chocolatey\bin
@choco install Far
@choco install Console2
@choco install python2
@choco install pip
@choco install cmake
@echo Hit any key
@pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment