-
-
Save luis-guilherme/cd72ad48f5e9081dfef16a1010423d0d to your computer and use it in GitHub Desktop.
mintty config (msys2)
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
| RowSpacing=2 | |
| FontHeight=10 | |
| Locale=C | |
| Charset=UTF-8 | |
| Transparency=low | |
| Font=JetBrains Mono | |
| BoldAsFont=yes | |
| FontSmoothing=default | |
| ForegroundColour=160,160,160 | |
| BackgroundColour=27,29,30 | |
| CursorColour=252,151,31 | |
| Black=27,29,30 | |
| BoldBlack=0,43,54 | |
| Red=249,38,114 | |
| BoldRed=203,75,22 | |
| Green=130,180,20 | |
| BoldGreen=182,227,84 | |
| Yellow=253,151,31 | |
| BoldYellow=254,237,108 | |
| Blue=86,194,214 | |
| BoldBlue=140,237,255 | |
| Magenta=140,84,254 | |
| BoldMagenta=158,111,254 | |
| Cyan=70,84,87 | |
| BoldCyan=137,156,161 | |
| White=204,204,198 | |
| BoldWhite=248,248,242 | |
| CursorType=block | |
| Columns=160 | |
| Rows=40 | |
| FontWeight=400 |
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
| Windows Registry Editor Version 5.00 | |
| ;[HKEY_CLASSES_ROOT\Directory\Background\shell\mingw32] | |
| ;@="MinGW &32 Bash Here" | |
| ;"Icon"="\"C:\\msys64\\mingw32.ico\"" | |
| ;[HKEY_CLASSES_ROOT\Directory\Background\shell\mingw32\command] | |
| ;@="c:\\msys64\\usr\\bin\\mintty.exe -o LigaturesSupport=2 -o Ligatures=2 /bin/bash -lc 'export MSYSTEM=MINGW32; cd \"$(cygpath \"%V\")\"; export CHERE_INVOKING=1; exec bash --login -i'" | |
| ;[HKEY_CLASSES_ROOT\Directory\Background\shell\mingw64] | |
| ;@="MinGW &64 Bash Here" | |
| ;"Icon"="\"C:\\msys64\\mingw64.ico\"" | |
| ;[HKEY_CLASSES_ROOT\Directory\Background\shell\mingw64\command] | |
| ;@="c:\\msys64\\usr\\bin\\mintty.exe -o LigaturesSupport=2 -o Ligatures=2 /bin/bash -lc 'export MSYSTEM=MINGW64; cd \"$(cygpath \"%V\")\"; export CHERE_INVOKING=1; exec bash --login -i'" | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\msys2] | |
| @="MSYS2 Bash Here" | |
| "Icon"="\"C:\\msys64\\msys2.ico\"" | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\msys2\command] | |
| @="c:\\msys64\\usr\\bin\\mintty.exe -o LigaturesSupport=2 -o Ligatures=2 /bin/bash -lc 'export MSYSTEM=MSYS; cd \"$(cygpath \"%V\")\"; export CHERE_INVOKING=1; exec bash --login -i'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
