babun issues
1 download
自定义安装路径(cmd中执行):
1 | Babun.bat /t c:\Babun |
babun启动默认路径:
1 | ’%userprofile%.Babun\cygwin\home\username’ |
2 Font setting
2.1 download fonts
1 | # clone(克隆git)git clone https://github.com/powerline/fonts.git --depth=1 |
2.2 setup fonts
step:
- 在
~\.local\share\fonts
目录下找到DejaVu Sans Mono for Powerline
字体 - 右击–>安装
2.3 set babun
step:
打开.minttyrc文件
复制进去
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25BoldAsFont=no
Columns=150
Rows=55
Font=DejaVu Sans Mono for Powerline
FontHeight=10
Transparency=low
ForegroundColour=#A0A0A0
BackgroundColour=#1B1D1E
CursorColour=#A0A0A0
Black=#1B1D1E
Red=#F92672
Green=#82B414
Yellow=#FD971F
Blue=#268BD2
Magenta=#8C54FE
Cyan=#56C2D6
White=#CCCCC6
BoldRed=#FF5995
BoldBlack=#505354
BoldGreen=#B7EB46
BoldYellow=#FEED6C
BoldBlue=#62ADE3
BoldMagenta=#BFA0FE
BoldCyan=#94D8E5
BoldWhite=#F8F8F2
2.5 restart babun
3 Python配置
Babun默认Python是python2
step:
- 删除babun与python的连接
- 绑定自己系统中Python所在文件夹创建python连接
1 | cd /usr/bin |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.