diff --git a/dotfiles/git/.gitconfig b/dotfiles/git/.gitconfig new file mode 100644 index 0000000..1ae22e5 --- /dev/null +++ b/dotfiles/git/.gitconfig @@ -0,0 +1,13 @@ +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true +[user] + name = Jamie Albert + email = git.747@flatmail.me + signingkey = C975E3BEF2BA3276 +[commit] + gpgsign = true +[tag] + gpgSign = true