dotfiles/install-hooks/git/post-install
2024-11-02 13:52:41 +03:00

8 lines
233 B
Bash
Executable File

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