Skip to content

Instantly share code, notes, and snippets.

@mmguero
Created December 22, 2022 20:08
Show Gist options
  • Save mmguero/e966ccbc6f12c4afc474b476a97b7b64 to your computer and use it in GitHub Desktop.
Save mmguero/e966ccbc6f12c4afc474b476a97b7b64 to your computer and use it in GitHub Desktop.
Microsoft Windows Terminal settings for MSYS2's MING64 installed via scoop
{
"commandline": "cmd.exe /c set MSYSTEM=MINGW64 && %USERPROFILE%/scoop/apps/msys2/current/usr/bin/bash --login -i",
"font":
{
"face": "Hack NFM",
"size": 11
},
"guid": "{75529e5d-bde6-4848-85f4-d73c3838a5f5}",
"hidden": false,
"icon": "%USERPROFILE%/scoop/apps/msys2/current/mingw64.ico",
"name": "MinGW64",
"startingDirectory": "%USERPROFILE%/scoop/persist/msys2/home/%USERNAME%"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment