From 48f1de87ce30f096ce405dd90d9c3fdc78019eab Mon Sep 17 00:00:00 2001 From: Alex Schmidt Date: Fri, 7 Oct 2016 13:28:03 -0500 Subject: [PATCH] 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. --- .minttyrc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .minttyrc diff --git a/.minttyrc b/.minttyrc new file mode 100644 index 0000000..26d67ea --- /dev/null +++ b/.minttyrc @@ -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