Skip to content

Instantly share code, notes, and snippets.

@karstenmueller
Created March 9, 2016 09:38
Show Gist options
  • Save karstenmueller/58add0eea23074e812ed to your computer and use it in GitHub Desktop.
Save karstenmueller/58add0eea23074e812ed to your computer and use it in GitHub Desktop.
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
choco install -params '"/GitAndUnixToolsOnPath /NoAutoCrlf"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment