by on October 9, 2011
For all of you that don’t know Console2: it’s a Windows console replacement that among others includes support for multiple tabs, text-editor like selection, transparency and configurable fonts.
Now that I just happened to visit Scott Hanselman’s blog in order to read about a good initial startup configuration I decided to write a short post about Console2 too.
d:\bin\).Console2.exe executableThe following configuration example is heavily inspired by Scott Hanselman’s great blog post about Console2 and slightly modified to my own preference. The following points are a few recommendations on how to configure Console2:
Edit → SettingsConsoleAppearance → MoreAppearanceBehaviorCtrl-TCtrl-CCtrl-V%comspec% /k "D:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vsvarsall.bat"%SystemRoot%\syswow64\WindowsPowerShell\v1.0\powershell.exeD:\msysgit\bin\sh.exe --login -iIf you intend to use Console2 with git, I would recommend to not modify your default font color unlike Scott Hanselman suggests. With a modified font color you will loose the shell coloring git provides i.e. on using commands like git diff.