9 lines
211 B
Bash
Executable file
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"
|