general update

This commit is contained in:
Luddifee 2020-12-08 15:37:27 +01:00
parent 4ed5c83fc8
commit ec6f8642a6

View File

@ -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"