Skip to content

Instantly share code, notes, and snippets.

@mapfel
Created November 13, 2019 09:52
Show Gist options
  • Save mapfel/f95c465293f532db5985c9be97b5d429 to your computer and use it in GitHub Desktop.
Save mapfel/f95c465293f532db5985c9be97b5d429 to your computer and use it in GitHub Desktop.
Configurations
# Git Bash in dev default folder
Name
Bash::Git bash
Parameters
/icon "%CMDER_ROOT%\icons\cmder.ico"
COmmands
-new_console:d:C:\_projects set "PATH=%ConEmuDrive%\Program Files\Git\usr\bin;%PATH%" & "%ConEmuDrive%\Program Files\Git\git-cmd.exe" --no-cd --command=%ConEmuBaseDirShort%\conemu-msys2-64.exe /usr/bin/bash.exe -l -i -new_console:p
# Include a task for "Developer Command Prompt for VS2019" and start in dev default folder
Name
Developer Prompt 4vs2019
Commands
-new_console:d:C:\_projects %comspec% /k "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment