yadm-config/.config/yadm/bootstrap.d/30-Git.sh

9 lines
211 B
Bash
Executable file

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