dotfiles/install-hooks/git/post-install
2023-11-23 09:49:18 +03:00

6 lines
152 B
Bash
Executable File

#!/usr/bin/env bash
git config --global user.name "$USER"
git config --global user.email "${USER}@${HOST}"
git config --global user.signingkey "$USER"