Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dugan committed Feb 25, 2011
0 parents commit ba0c045
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .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
5 changes: 5 additions & 0 deletions .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
7 changes: 7 additions & 0 deletions .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

0 comments on commit ba0c045

Please sign in to comment.