From ba0c0453c1feb7038770152f154e48784b31b835 Mon Sep 17 00:00:00 2001 From: dugan Date: Fri, 25 Feb 2011 15:00:02 -0800 Subject: [PATCH] First commit --- .Xresources | 24 ++++++++++++++++++++++++ .bashrc | 5 +++++ .vimrc | 7 +++++++ 3 files changed, 36 insertions(+) create mode 100644 .Xresources create mode 100644 .bashrc create mode 100755 .vimrc diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..7d03f10 --- /dev/null +++ b/.Xresources @@ -0,0 +1,24 @@ +XTerm*faceName: Inconsolata +XTerm*faceSize: 12 +XTerm*cursorBlink: true +XTerm*cursorUnderLine: true +XTerm*saveLines: 32768 +XTerm*locale: true +XTerm*reverseVideo: true + +Xft.dpi: 96 +Xft.antialias: 1 +Xft.hinting: 1 +Xft.hintstyle: hintfull +Xft.lcdfilter: lcddefault +Xft.rgba: rgb + +URxvt.font: xft:Inconsolata:pixelsize=13 +URxvt.saveLines: 65535 +URxvt.scrollBar: false +URxvt.reverseVideo: true +URxvt.depth: 32 +URxvt.foreground: rgba:0000/0000/0000/cccc +URxvt.background: white +Rxvt.cursorBlink: true +Rxvt.visualBell: true diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..ae6dea1 --- /dev/null +++ b/.bashrc @@ -0,0 +1,5 @@ +. /etc/profile +export LS_OPTIONS="${LS_OPTIONS} --group-directories-first --human-readable" +alias du='du -h' +alias df='df -h' +export TERM=xterm-256color diff --git a/.vimrc b/.vimrc new file mode 100755 index 0000000..827fbdc --- /dev/null +++ b/.vimrc @@ -0,0 +1,7 @@ +filetype plugin indent on +set shiftwidth=4 tabstop=4 softtabstop=4 showcmd hlsearch incsearch smartcase autoindent ruler showmode visualbell ruler nobackup textwidth=0 wrap noignorecase smarttab spelllang=en_ca omnifunc=syntaxcomplete#Complete +syntax enable +autocmd FileType python setlocal expandtab +autocmd FileType text setlocal spell ignorecase noexpandtab textwidth=78 +set t_Co=256 +color xoria256