Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 462 Bytes

Dotfiles

Maybe my dotfiles will be useful for you too!

Instructions

To softlink an underscore file:

ln -s `pwd`/_filename ~/.filename

Notes

.git_template

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.