Category Archives: Config files

Settings and configuration, huzzah!

DefaultKeyBinding.dict

To make it more convenient for me to take clean notes, as opposed to notes filled with "x^2" and "y_j", I looked into changing the key bindings in OS X.
Also posted in OS X | Tagged | 1 Comment

.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 , | 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
Posted in Config files | Tagged | Leave a comment

.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-*-*-*-*-*-*-*
Posted in Config files | Tagged | Leave a comment