Add cygwin's mintty config
This commit is contained in:
parent
af9469a404
commit
3d3ec10f98
3 changed files with 27 additions and 4 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,6 +1,3 @@
|
||||||
[submodule "cygwin/mintty-colors-solarized"]
|
|
||||||
path = cygwin/mintty-colors-solarized
|
|
||||||
url = https://github.com/mavnn/mintty-colors-solarized.git
|
|
||||||
[submodule ".oh-my-zsh"]
|
[submodule ".oh-my-zsh"]
|
||||||
path = .oh-my-zsh
|
path = .oh-my-zsh
|
||||||
url = git://github.com/robbyrussell/oh-my-zsh.git
|
url = git://github.com/robbyrussell/oh-my-zsh.git
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 11d7c05bf97b6c4ae6985fa94b16f6c4e7a61b94
|
|
27
windows_cygwin/.minttyrc
Normal file
27
windows_cygwin/.minttyrc
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
BoldAsFont=-1
|
||||||
|
Font=DejaVu Sans Mono for Powerline
|
||||||
|
FontHeight=12
|
||||||
|
FontWeight=700
|
||||||
|
FontIsBold=yes
|
||||||
|
Locale=en_GB
|
||||||
|
Charset=UTF-8
|
||||||
|
ForegroundColour=131,148,150
|
||||||
|
BackgroundColour=0,43,54
|
||||||
|
CursorColour=220,50,47
|
||||||
|
Black=7,54,66
|
||||||
|
BoldBlack=0,43,54
|
||||||
|
Red=220,50,47
|
||||||
|
BoldRed=203,75,22
|
||||||
|
Green=133,153,0
|
||||||
|
BoldGreen=88,110,117
|
||||||
|
Yellow=181,137,0
|
||||||
|
BoldYellow=101,123,131
|
||||||
|
Blue=38,139,210
|
||||||
|
BoldBlue=131,148,150
|
||||||
|
Magenta=211,54,130
|
||||||
|
BoldMagenta=108,113,196
|
||||||
|
Cyan=42,161,152
|
||||||
|
BoldCyan=147,161,161
|
||||||
|
White=238,232,213
|
||||||
|
BoldWhite=253,246,227
|
||||||
|
BellType=0
|
Loading…
Reference in a new issue