diff --git a/install-hooks/git/post-install b/install-hooks/git/post-install new file mode 100755 index 0000000..64d7a1e --- /dev/null +++ b/install-hooks/git/post-install @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +git config --global user.name "$USER" +git config --global user.email "${USER}@${HOST}" +git config --global user.signingkey "$USER"