Add gitconfig
This commit is contained in:
parent
f37cde5e9a
commit
d6633a44bb
2 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# config
|
# config
|
||||||
Various config files and small scripts I use.
|
Various config files and small scripts I use.
|
||||||
|
|
||||||
TODO: Set up ansible so they can be very quickly installed on new systems and such.
|
TODO: Set up some sort of orchestration so this can be quickly installed on new systems and such.
|
||||||
|
|
10
gitconfig
Normal file
10
gitconfig
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[user]
|
||||||
|
name = Anna Wiggins
|
||||||
|
email = annabunches@gmail.com
|
||||||
|
signingkey = EFEF6022
|
||||||
|
[push]
|
||||||
|
default = simple
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
[gpg]
|
||||||
|
program = gpg2
|
Loading…
Add table
Add a link
Reference in a new issue