]> git.zndr.dk Git - dotfiles.git/commitdiff
Font size 10 mintty
authorJannik ZANDER <jannikz@gmail.com>
Mon, 2 May 2016 13:14:35 +0000 (15:14 +0200)
committerJannik Zander <jannikz@Janniks-MBP.opasia.dk>
Mon, 2 May 2016 19:35:52 +0000 (21:35 +0200)
.minttyrc [new file with mode: 0644]
.vimrc
bin/git-difftool.sh

diff --git a/.minttyrc b/.minttyrc
new file mode 100644 (file)
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 298758978aab398c92e662f03a999bc44770b1c4..b04c81072aac46734fd129d1b1b6cc639f23e273 100644 (file)
--- 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
index ea69a6085bcbe2603336b7130a3c82ea42df40a3..651b3b301103dcaadf1bea6cc13bd392577e2b8d 100755 (executable)
@@ -1,4 +1,4 @@
-TOOL=$HOME/bin/vimdiff
+TOOL=vimdiff
 ARG=$@
 
 $TOOL $ARG