Skip to content

Instantly share code, notes, and snippets.

@JamesSkemp
Last active August 11, 2016 20:31
Show Gist options
  • Save JamesSkemp/b7fe8d7045c2534a2bd9360c2071fdf3 to your computer and use it in GitHub Desktop.
Save JamesSkemp/b7fe8d7045c2534a2bd9360c2071fdf3 to your computer and use it in GitHub Desktop.
Setup of ConsoleZ on a new machine.

Install Chocolatey from an elevated PowerShell prompt.

iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Then install ConsoleZ

choco install consolez

console.exe can now be found in C:\ProgramData\chocolatey\bin

ConsoleZ settings

  • Console > Shell
    • %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe
  • Appeareance > Transparency
    • Alpha > 20 and 20
  • Appearance > Font
    • Consolas and 12
  • Behavior
    • Copy on select
  • Hotkeys
    • Group tab > clear
    • New tab 1 > Ctrl+T
    • Copy selection > Ctrl+C
    • Paste > Ctrl+V
  • Hotkeys > Mouse
  • Tabs
    • PowerShell with startup directory set to where Git repos are cloned by default.
@JamesSkemp
Copy link
Author

Or just use http://cmder.net/ ?

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