Skip to content

Instantly share code, notes, and snippets.

@Maximus5
Created June 20, 2014 21:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Maximus5/d1045944330a368c6647 to your computer and use it in GitHub Desktop.
Save Maximus5/d1045944330a368c6647 to your computer and use it in GitHub Desktop.
ConEmu installation with single command
powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://conemu.github.io/install.ps1'))"
@Maximus5
Copy link
Author

This will create portable copy of ConEmu installation in folder C:\ConEmu.
Also, you may use that command to update it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment