/dot-git

Primary LanguageSmarty

dot-git

Manual installation

Clone and change directory

git clone https://github.com/LEI/dot-git.git ~/.dot/git && cd $_

Link files to home directory

ln -isv "~/.dot/git/.gitconfig" "$HOME"

Configure author identity

git config --file "$HOME/.gitconfig.local" -- user.{name,username,email}...