feat: add git cred helper

This commit is contained in:
itsscb 2025-08-26 21:09:58 +02:00
parent 6fc1fb122d
commit 19cc257a21

View File

@ -16,3 +16,5 @@ fi
if [[ -n "${OMARCHY_USER_EMAIL//[[:space:]]/}" ]]; then
git config --global user.email "$OMARCHY_USER_EMAIL"
fi
git config --global credential.helper /usr/lib/git-core/git-credential-libsecret