Latest Tweet
- Dropped container of polynesian sauce on floor, fully-open side down. NOTHING CAME OUT. Chick-fil-A, champion of viscous sauces. 5 days ago
- More updates...
Categories
Tags
academia alcohol animals boyfriend cooking databases email forwards family Flickr food friends health Javascript Lexington Linux list Mario math movies music news OS X Perl PHP politics programming quizzes Rails rants reading Ruby screenshots shopping Sims sports themes tutorials Twilight is ridiculous vehicles video games videos weather Web development work zombies again-
Recent Comments
-
Random Quote
This title pertains to those really hideous people who teach their children words like 'winky' and 'tootie' instead of 'penis' and 'vagina'. When I have kids, those filthy little ingrates are going to KNOW about penises and vaginas, so help me God!
— Charlotte Syndication
All posts RSS feed
Category Archives: Config files
.bash_profile
eval `/opt/local/bin/lesspipe.sh`
function dir_access_color {
local DIR="${1-$PWD}" COLOR=0
[[ -r "$DIR" ]] && COLOR=1 # red
[[ -w "$DIR" ]] && COLOR=2 # green
tput -S <<<$'bold\nsetaf '"$COLOR"
}
Posted in Config files Tagged Linux, OS X Leave a comment Current music Maria Jose by Federico Aubele
.vimrc
" Indentation
set autoindent " Use the current line's indent level to set the indent level of new lines
set smartindent " Attempt to guess the indent level of any new line based on the previous line
set smarttab
set wrap " Wrap long lines visually, but don't actually insert breaks
set expandtab
set shiftwidth=2
.fvwm2rc
# active borders on the desktops
EdgeResistance 250 10
EdgeScroll 100 100
ClickTime 750
# make sure these fonts exist on your system:
WindowFont -adobe-times-bold-r-*-*-14-*-*-*-*-*-*-*
IconFont -adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-*
DefaultKeyBinding.dict