yadm-config/.config/yadm/bootstrap.v1/bootstrap.d/30-Git.sh
2025-04-21 22:19:46 +02:00

9 lines
202 B
Bash
Executable file

#!/bin/env sh
yay -S --needed gnome-keyring \
git-credential-oauth
git credential-oauth configure
git config --global user.email "git@iedsoftworks.com"
git config --global user.name "Michel Fedde"