summaryrefslogtreecommitdiffstats
path: root/git/config
diff options
context:
space:
mode:
Diffstat (limited to 'git/config')
-rw-r--r--git/config16
1 files changed, 15 insertions, 1 deletions
diff --git a/git/config b/git/config
index 2c2c738..7e95402 100644
--- a/git/config
+++ b/git/config
@@ -1,3 +1,16 @@
+[user]
+ name = deadguy
+ email = dgy@texto-plano.xyz
+ signingkey = E276608B5A49E3D3!
+[init]
+ defaultBranch = main
+[sendemail]
+ from = "deadguy <dgy@texto-plano.xyz>"
+ smtpuser = dgy
+ smtpserver = texto-plano.xyz
+ smtpserverport = 587
+ smtpencryption = tls
+ suppresscc = self
[alias]
st = status
co = checkout
@@ -63,7 +76,7 @@
line-numbers-plus-style = green italic
[web]
- browser = firefox
+ browser = links -g
[credential]
helper = /usr/local/libexec/git/git-credential-cache
@@ -122,3 +135,4 @@
[help]
autocorrect = 1
+
Un proyecto texto-plano.xyz