Add git config
This commit is contained in:
parent
0a198969a5
commit
bff6ca47f8
4
bin/yubikey-backup.sh
Executable file
4
bin/yubikey-backup.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
exec gpg-connect-agent "scd serialno" "learn --force" /bye
|
||||||
|
|
18
git/config
Normal file
18
git/config
Normal 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
4
git/gitignore
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
.idea
|
||||||
|
*.kate-swp
|
||||||
|
*.iml
|
||||||
|
*~
|
Loading…
Reference in New Issue
Block a user