From 884afe745382e9ae995693a0cfac75ae50c267be Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 15 Jan 2026 09:36:05 +0100 Subject: [PATCH] script for all the creds that get forgotten --- git/.gitconfig | 2 ++ setup-creds-missing.sh | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 setup-creds-missing.sh diff --git a/git/.gitconfig b/git/.gitconfig index a891a33..ddf74c3 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,3 +1,5 @@ [user] email = amir@abdelbaki.eu name = The_miro +[credential] + helper = store diff --git a/setup-creds-missing.sh b/setup-creds-missing.sh new file mode 100644 index 0000000..406a582 --- /dev/null +++ b/setup-creds-missing.sh @@ -0,0 +1,3 @@ +#!/bin/bash +git config --global credential.helper store +sudo pacman -Sy gnome-keyring