Allow user-defined git config

This commit is contained in:
Manuel Thalmann 2024-07-20 01:31:04 +02:00
commit 38ed0780f8
2 changed files with 30 additions and 10 deletions
scripts/Common/OS

View file

@ -24,4 +24,6 @@ for name in (echo "$users" | jq '.[]' --raw-output0 | string split0)
while ! sudo passwd "$name"
echo "An error occurred! Please try again."
end
source "$dir/../Software/git/main.fish" configure user "$name"
end