From 23ced752d788f004d8215fe9e6e5fdbc11775726 Mon Sep 17 00:00:00 2001 From: askiiart Date: Mon, 21 Aug 2023 12:06:09 -0500 Subject: [PATCH] Add GCM config stuff --- daily-use-pcs/fedora/setup-git.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/daily-use-pcs/fedora/setup-git.bash b/daily-use-pcs/fedora/setup-git.bash index a94178e..c684a7d 100755 --- a/daily-use-pcs/fedora/setup-git.bash +++ b/daily-use-pcs/fedora/setup-git.bash @@ -47,6 +47,10 @@ echo Gitea URL: ${GITEA_URL}/user/settings/keys echo GitHub URL: https://github.com/settings/gpg/new read -p "Press enter when you're done" < /dev/tty +echo Doing GCM config stuff... +git config --global credential.credentialStore gpg +pass init ${KEY_ID} + ############# # SSH stuff # #############