Skip to content

Instantly share code, notes, and snippets.

@xeechou
Created January 29, 2023 17:13
Show Gist options
  • Save xeechou/4065de7429c4fe8a976906bfedf1daaf to your computer and use it in GitHub Desktop.
Save xeechou/4065de7429c4fe8a976906bfedf1daaf to your computer and use it in GitHub Desktop.
Msys2 profile for windows terminal
{
"guid": "{17da3cac-b318-431e-8a3e-7fcdefe6d114}",
"name": "mingw64 / MSYS2",
"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": 12
}
},
{
"guid": "{71160544-14d8-4194-af25-d05feeac7233}",
"name": "MSYS / MSYS2",
"commandline": "C:/msys64/msys2_shell.cmd -defterm -here -no-start -msys",
"startingDirectory": "C:/msys64/home/%USERNAME%",
"icon": "C:/msys64/msys2.ico",
"font":
{
"face": "Lucida Console",
"size": 12
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment