Skip to content

Instantly share code, notes, and snippets.

@ViktorOgnev
Created September 28, 2015 10:34
Show Gist options
  • Save ViktorOgnev/829db98f23e1cf86e513 to your computer and use it in GitHub Desktop.
Save ViktorOgnev/829db98f23e1cf86e513 to your computer and use it in GitHub Desktop.
install chocolatey and cmder
#!powershell
powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))"
$env:PATH="$env:PATH;$env:ALLUSERSPROFILE\chocolatey\bin"
choco install cmder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment