From d16c89b2a5df06492d7b5685d0b9acd2fbff2b23 Mon Sep 17 00:00:00 2001 From: Paulus Lucas Date: Sun, 14 Dec 2025 18:28:29 +0100 Subject: [PATCH] Add MSYS/MINGW64 terminal configuration --- web/docs/terminals.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/web/docs/terminals.md b/web/docs/terminals.md index 78d14bf6..8e600645 100644 --- a/web/docs/terminals.md +++ b/web/docs/terminals.md @@ -73,6 +73,18 @@ https://docs.microsoft.com/en-us/windows/terminal/customize-settings/profile-set "size": 9 } }, + { + "guid": "{82000545-41a2-1092-fa52-d16aaaf08223}", + "name": "MSYS / MINGW64", + "commandline": "C:/msys64/msys2_shell.cmd -defterm -here -no-start -mingw64", + "startingDirectory": "C:/msys64/home/%USERNAME%", + "icon": "C:/msys64/mingw64.ico", + "font": + { + "face": "Lucida Console", + "size": 13 + } + } // ... ] }