Skip to content

Instantly share code, notes, and snippets.

@nickautomatic
Last active December 16, 2024 05:11
Show Gist options
  • Save nickautomatic/02ccb76292f7f8d9767e to your computer and use it in GitHub Desktop.
Save nickautomatic/02ccb76292f7f8d9767e to your computer and use it in GitHub Desktop.

Revisions

  1. nickautomatic revised this gist May 14, 2015. 1 changed file with 6 additions and 3 deletions.
    9 changes: 6 additions & 3 deletions cmder.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,10 @@

    * Install [*cmder_mini*](http://gooseberrycreative.com/cmder/) (msysgit is already installed, so no need for full version)
    * In Cmder, open settings: `Win + Alt + P`
    * Under **Startup** > **Tasks**, add a task called `{bash}`
    * Task parameters: `" /icon "%CMDER_ROOT%\cmder.exe"`
    * Commands: `"C:\Program Files (x86)\Git\bin\sh.exe" -l -new_console:d:%USERPROFILE%`
    * Under **Startup** > **Tasks**, add a task called `{bash}` with the following settings:
    * Task parameters (set icon):
    * For Cmder icon: ` /icon "%CMDER_ROOT%\cmder.exe"`
    * For Git icon: ` /icon "C:\Program Files (x86)\Git\etc\git.ico"`
    * Commands (open Git's bash shell):
    * `"C:\Program Files (x86)\Git\bin\sh.exe" -l -new_console:d:%USERPROFILE%`
    * Under **Startup**, set startup options to **Specified name task** --> **{bash}**
  2. nickautomatic renamed this gist May 13, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. nickautomatic created this gist May 13, 2015.
    8 changes: 8 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # Set up cmder to use msysgit / bash by default

    * Install [*cmder_mini*](http://gooseberrycreative.com/cmder/) (msysgit is already installed, so no need for full version)
    * In Cmder, open settings: `Win + Alt + P`
    * Under **Startup** > **Tasks**, add a task called `{bash}`
    * Task parameters: `" /icon "%CMDER_ROOT%\cmder.exe"`
    * Commands: `"C:\Program Files (x86)\Git\bin\sh.exe" -l -new_console:d:%USERPROFILE%`
    * Under **Startup**, set startup options to **Specified name task** --> **{bash}**