Added minttyrc

I'll sometimes use either cygwin or msys2 on a Windows machine if I have
to use Windows and I either a) don't have the Windows Subsystem for Linux
installed or b) am unable to use it for some reason. When I do use one
of the two (cygwin or msys2), this is the configuration I use for the
terminal. For everything else (such as running vim in cygwin/msys2), I
use the same dotfiles that I use everywhere else.
This commit is contained in:
Alexander Schmidt 2016-10-07 13:28:03 -05:00
parent d368a03587
commit 48f1de87ce
1 changed files with 31 additions and 0 deletions

31
.minttyrc Normal file
View File

@ -0,0 +1,31 @@
BoldAsFont=-1
Font=Consolas
FontHeight=12
FontSmoothing=full
AllowBlinking=yes
Locale=en_US
Charset=UTF-8
Scrollbar=none
BackgroundColour=30,30,30
ForegroundColour=167,167,167
CursorColour=167,167,167
Black=30,30,30
BoldBlack=95,90,96
Red=207,106,76
BoldRed=207,106,76
Green=143,157,106
BoldGreen=143,157,106
Yellow=249,238,152
BoldYellow=249,238,152
Blue=117,135,166
BoldBlue=117,135,166
Magenta=155,133,157
BoldMagenta=155,133,157
Cyan=175,196,219
BoldCyan=175,196,219
White=167,167,167
BoldWhite=255,255,255
Transparency=off
Term=xterm-256color
ConfirmExit=no
CursorType=block