1.访问官网,下载安装Git
2.美化Git图形界面
① 搜索下载这一款字体
:palm_tree:JetBriansMono
② 解压字体,得到ttf文件
③ 打开Win10字体设置,将ttf文件拖入即可完成字体安装
④ 打开Git bash
⑤ 依次输入下面的代码
#编辑.minttyrc文件
vim ~/.minttyrc
#文件配置代码
Font=Jetbrains Mono
FontHeight=14
Transparency=low
FontSmoothing=full
Locale=zh_CN
Charset=UTF-8
Columns=88
Rows=26
OpaqueWhenFocused=no
Scrollbar=none
Language=zh_CN
ForegroundColour=255,255,255
BackgroundColour=0,43,54
CursorColour=220,130,71
BoldBlack=128,128,128
Green=64,200,64
BoldGreen=64,255,64
Yellow=190,190,0
BoldYellow=255,255,64
Blue=135,144,255
BoldBlue=30,144,255
Magenta=211,54,130
BoldMagenta=255,128,255
Cyan=64,190,190
BoldCyan=128,255,255
White=250,240,230
BoldWhite=250,240,230
BellTaskbar=no
Term=xterm-256color
FontWeight=400
FontIsBold=no
BellType=0
CtrlShiftShortcuts=yes
ConfirmExit=no
AllowBlinking=yes
BoldAsFont=no
Comments NOTHING