Last active
December 16, 2024 05:11
-
-
Save nickautomatic/02ccb76292f7f8d9767e to your computer and use it in GitHub Desktop.
Revisions
-
nickautomatic revised this gist
May 14, 2015 . 1 changed file with 6 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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}` 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}** -
nickautomatic renamed this gist
May 13, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
nickautomatic created this gist
May 13, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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}**