diff --git a/.gitconfig##distro.Amazon b/.gitconfig##distro.Amazon new file mode 100644 index 0000000..1df5fbd --- /dev/null +++ b/.gitconfig##distro.Amazon @@ -0,0 +1,14 @@ +[user] + email = tperkins@etactics.com + name = Tyler Perkins +[push] + autoSetupRemote = true +[safe] + directory = /var/db/repos/tyler-gentoo +[filter "lfs"] + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true + clean = git-lfs clean -- %f +[commit] + gpgsign = true