Created
September 28, 2015 10:34
-
-
Save ViktorOgnev/829db98f23e1cf86e513 to your computer and use it in GitHub Desktop.
install chocolatey and cmder
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
#!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