Maybe my dotfiles will be useful for you too!
To softlink an underscore file:
ln -s `pwd`/_filename ~/.filename
Add default behaviors to all new git projects:
- Automatically run
ctags
on changes, per Tim Pope. - Use
pre-commit
to check for common errors while committing. - Use
fit-commit
to validate commit messages.