Created
May 12, 2017 21:31
-
-
Save mmyers1474/527526217171205933aecb4d0583f48e to your computer and use it in GitHub Desktop.
ConEmu Configuration Notes
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 characters
Launcher Shortcuts: | |
======= | |
Main Console: | |
ConEmu64 -Dir %USERPROFILE% -Config MainConsole -Icon .\Tools\msys2-64\msys2.ico -Title "Main Console" -Monitor 1 -Quake -NoSingle -run {MSYS2 Shell} | |
Target: | |
"C:\Program Files\ConEmu\ConEmu64.exe" -Config MainConsole -Icon .\Tools\msys2-64\msys2.ico -Title "Main Console" -Monitor 1 -Quake -NoSingle -run {MSYS2 Shell} | |
Start in: %USERPROFILE% | |
======= | |
Aux Console: | |
ConEmu64 -Dir %USERPROFILE% -Config AuxConsole -Icon .\Tools\msys2-64\msys2.ico -Title "Aux Console" -Monitor 2 -Quake -NoSingle -run {MSYS2 Shell} | |
Target: | |
"C:\Program Files\ConEmu\ConEmu64.exe" -Config Aux Console -Icon .\Tools\msys2-64\msys2.ico -Title "Aux Console" -Monitor 1 -Quake -NoSingle -run {MSYS2 Shell} | |
Start in: %USERPROFILE% | |
======= | |
Environment: | |
set PATH=%ConEmuBaseDir%\Scripts;%PATH% | |
set MSYS_HOME=%USERPROFILE%\tools\msys2-64 | |
set HOME=%USERPROFILE% | |
set SHELL=/usr/bin/zsh | |
======= | |
Tasks: | |
Name: MSYS2 Shell | |
Task parameters: /dir "%MSYS_HOME%" /icon "msys2.ico" /single | |
Commands: | |
C:\Users\myermat\tools\vendor\msys2-64\usr\bin\mintty.exe -new_console:t:"Console":d:"%USERPROFILE%" -w max -h error -p center -e /bin/tmux new-session -s "New Console" | |
======= | |
Name: Main Console | |
Task parameters: /dir "%MSYS_HOME%" /icon "msys2.ico" /single | |
Commands: | |
%USERPROFILE%\Tools\msys2-64\usr\bin\mintty.exe -new_console:t:"Main Console":d:"%USERPROFILE%" -w max -h error -p center -e /bin/tmux new-session -s "Main Console" | |
======= | |
Name: Aux Console | |
Task parameters: /dir "%MSYS_HOME%" /icon "msys2.ico" /single | |
Commands: | |
%USERPROFILE%\Tools\msys2-64\usr\bin\mintty.exe -new_console:t:"Aux Console":d:"%USERPROFILE%" -w max -h error -p center -e /bin/tmux new-session -s "Aux Console" | |
======= | |
%USERPROFILE%\Tools\msys2-64\usr\bin\mintty.exe -new_console:d:"%USERPROFILE%" -w max -h error -p center -e /bin/tmux new-session |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment