Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 773 Bytes

windows_terminal.md

File metadata and controls

24 lines (23 loc) · 773 Bytes
{
    "list": [
        {
            "guid": "{17da3cac-b318-431e-8a3e-7fcdefe6d114}",
            "name": "UCRT64 / MSYS2",
            "commandline": "%msys2%/msys2_shell.cmd -defterm -here -no-start -ucrt64",
            "startingDirectory": "%msys2%/home/%USERNAME%",
            "icon": "%msys2%/ucrt64.ico"
        },
        {
            "guid": "{71160544-14d8-4194-af25-d05feeac7233}",
            "name": "MSYS / MSYS2",
            "commandline": "%msys2%/msys2_shell.cmd -defterm -here -no-start -msys",
            "startingDirectory": "%msys2%/home/%USERNAME%",
            "icon": "%msys2%/msys2.ico"
        }
    ]
}

add msys2 to your system environment Path such "C:\app\msys64"

terminal tutorials