diff --git a/git-setup.sh b/git-setup.sh index ea0c692..db830ec 100755 --- a/git-setup.sh +++ b/git-setup.sh @@ -4,3 +4,6 @@ sudo pacman -S git --noconfirm # setup keyring sudo pacman -S libsecret --noconfirm git config --global credential.helper /usr/lib/git-core/git-credential-libsecret + +tput setaf 2; printf "Follow these steps to setup a GPG key for your git instance:\nhttps://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/telling-git-about-your-signing-key\n" +