Git
-
Set up git config.
cp ~/Dropbox/Basic/new_machine/linux/.gitconfig ~/
-
Install templates. Specifically, this adds one pre-commit check that blocks commits that contain
DO NOT COMMIT
orbreakpoint
.cp -R ~/Dropbox/Basic/new_machine/linux/.git_templates ~/
chmod 755 ~/.git_templates/hooks/pre-commit
Configure git to use the templates.git config --global init.templatedir '~/.git-templates'