Some basic config files for linux $HOME
configs, a la burl.
One way that makes this easy to deploy on a new server:
$ git clone https://github.com/burlresearch/bash
$ for f in bash/*rc; do RC=`basename $f`; echo $f; rm -f .$RC; ln -s $f .$RC; done
$ mkdir -p ~/.vim/autoload ~/.vim/bundle
$ curl 'www.vim.org/scripts/download_script.php?src_id=19375' > ~/.vim/autoload/pathogen.vim
$ git clone http://github.com/mattn/emmet-vim.git ~/.vim/bundle/emmet-vim