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