Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 652 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 652 Bytes

gitconfig.d

My Git Configuration Directory

Install

git clone git@github.com:wandersonwhcr/gitconfig.d ~/.gitconfig.d

cat <<'EOF' >> ~/.gitconfig
[include]
    path = ~/.gitconfig.d/main.gitconfig
EOF

cat <<'EOF' >> ~/.gitconfig.d/main.local.gitconfig
[user]
    name       = John Doe
    email      = john@doe.tld
    signingkey = 0123456789ABCDEF0123456789ABCDEF01234567
EOF

References