Latest Tweet
- Remember folks: the blue mini neon sour gummi worms are best. 2 weeks ago
- More updates...
Categories
Tags
academia alcohol animals boyfriend cooking databases email forwards family Flickr food friends health Lexington Linux list Mario math movies music news OS X Perl photos 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
"If I had my life to live over, I would perhaps have more actual troubles, but I'd have fewer imaginary ones."
— Don Herold 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