Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 488 Bytes

File metadata and controls

33 lines (20 loc) · 488 Bytes

Dot Files

Installation

Will force symlink config files. Use with care...

./setup

Git

I have excluded my name and email from this config. I recommend that you add them via system instead:

git config --system user.name "John Doe"
git config --system user.email "john.doe@example.com"

Commit hooks

Run to install:

ln -s dotfiles/.git-templates ~
git config --global init.templatedir '~/.git-templates'

Do git init to copy in existing repos