Skip to content

Instantly share code, notes, and snippets.

@toruta39
Last active November 28, 2023 12:36
Show Gist options
  • Save toruta39/6cf3d05830b00f9568ad7ab6d3491e2a to your computer and use it in GitHub Desktop.
Save toruta39/6cf3d05830b00f9568ad7ab6d3491e2a to your computer and use it in GitHub Desktop.
mintty config (msys2)
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
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