Skip to content

Commit d16c89b

Browse files
authored
Add MSYS/MINGW64 terminal configuration
1 parent d613436 commit d16c89b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

web/docs/terminals.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ https://docs.microsoft.com/en-us/windows/terminal/customize-settings/profile-set
7373
"size": 9
7474
}
7575
},
76+
{
77+
"guid": "{82000545-41a2-1092-fa52-d16aaaf08223}",
78+
"name": "MSYS / MINGW64",
79+
"commandline": "C:/msys64/msys2_shell.cmd -defterm -here -no-start -mingw64",
80+
"startingDirectory": "C:/msys64/home/%USERNAME%",
81+
"icon": "C:/msys64/mingw64.ico",
82+
"font":
83+
{
84+
"face": "Lucida Console",
85+
"size": 13
86+
}
87+
}
7688
// ...
7789
]
7890
}

0 commit comments

Comments
 (0)