Skip to content

Instantly share code, notes, and snippets.

@segilbert
Last active April 18, 2017 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save segilbert/0e239a6bd8e1843b72e5a2d7628a805c to your computer and use it in GitHub Desktop.
Save segilbert/0e239a6bd8e1843b72e5a2d7628a805c to your computer and use it in GitHub Desktop.
ConEmu Setup Config for Git and Chocolatey
  1. Open Conemu

  2. Open Settings -> Tasks or go to new tab button -> Setup tasks.

  3. Click + to add a new task

  4. Enter the name as Bash::Git bash or whatever you like

  5. Task parameters:

      /icon "C:\Program Files\Git\mingw64\share\git\git-for-windows.ico" /dir "C:\data\work\git"
    
  6. Command:

     "%ConEmuDir%\..\Git\git-cmd.exe" --no-cd --command=usr/bin/bash.exe -l -i 
    
  7. Click + to add a new task

  8. Enter the name as Tools::Chocolatey (Admin) or whatever you like

  9. Task parameters:

      /icon "C:\Data\chocolatey\config\chocolatey.ico"
    
  10. Command:

    *cmd.exe /k Title Chocolatey & "%ConEmuBaseDir%\Addons\ChocolateyAbout.cmd" 
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment