Created
June 20, 2014 21:15
-
-
Save Maximus5/d1045944330a368c6647 to your computer and use it in GitHub Desktop.
ConEmu installation with single command
This file contains 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 -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://conemu.github.io/install.ps1'))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will create portable copy of ConEmu installation in folder
C:\ConEmu
.Also, you may use that command to update it later.