From ff9029c0a8f120d04ea7070a9ff190133e4cb6d4 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Mon, 2 May 2016 15:14:35 +0200 Subject: [PATCH] Font size 10 mintty --- .minttyrc | 24 ++++++++++++++++++++++++ .vimrc | 2 +- bin/git-difftool.sh | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 .minttyrc diff --git a/.minttyrc b/.minttyrc new file mode 100644 index 0000000..8ed1254 --- /dev/null +++ b/.minttyrc @@ -0,0 +1,24 @@ +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 +BoldAsFont=no +Term=xterm-256color +FontHeight=10 +Locale=en_US +Charset=UTF-8 diff --git a/.vimrc b/.vimrc index 2987589..b04c810 100644 --- a/.vimrc +++ b/.vimrc @@ -3,7 +3,7 @@ set rtp+=$HOME/.vim/bundle/Vundle.vim call vundle#begin('$HOME/.vim/bundle/') Plugin 'VundleVim/Vundle.vim' -Bundle 'thanthese/Tortoise-Typing' +Plugin 'thanthese/Tortoise-Typing' call vundle#end() " required filetype plugin indent on " required diff --git a/bin/git-difftool.sh b/bin/git-difftool.sh index ea69a60..651b3b3 100755 --- a/bin/git-difftool.sh +++ b/bin/git-difftool.sh @@ -1,4 +1,4 @@ -TOOL=$HOME/bin/vimdiff +TOOL=vimdiff ARG=$@ $TOOL $ARG -- 2.43.0