Created
December 22, 2022 20:08
-
-
Save mmguero/e966ccbc6f12c4afc474b476a97b7b64 to your computer and use it in GitHub Desktop.
Microsoft Windows Terminal settings for MSYS2's MING64 installed via scoop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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