Add git config

This commit is contained in:
Travis Burtrum 2023-10-12 22:02:28 -04:00
parent 0a198969a5
commit bff6ca47f8
Signed by: moparisthebest
GPG Key ID: 88C93BFE27BC8229
3 changed files with 26 additions and 0 deletions

4
bin/yubikey-backup.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
exec gpg-connect-agent "scd serialno" "learn --force" /bye

18
git/config Normal file
View File

@ -0,0 +1,18 @@
[user]
email = admin@moparisthebest.com
name = moparisthebest
signingkey = 88C93BFE27BC8229!
[push]
default = simple
autoSetupRemote = true
[core]
# pager = hx
excludesfile = /home/mopar/.config/git/gitignore
[help]
autocorrect = 1
# [color]
# ui = false
[init]
defaultBranch = master
[commit]
gpgsign = true

4
git/gitignore Normal file
View File

@ -0,0 +1,4 @@
.idea
*.kate-swp
*.iml
*~