summary refs log tree commit diff
path: root/config/git/user.personal
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-01-04 19:47:49 -0800
committerFranck Cuny <franck@fcuny.net>2021-01-04 19:47:49 -0800
commit0454a3536bdef1657510faa1e472fc5aa9d518a7 (patch)
treee2b561ea5d6acc2b368641b57abab8ee5fd9dd9c /config/git/user.personal
parentmake: split between Darwin and Linux (diff)
downloademacs.d-0454a3536bdef1657510faa1e472fc5aa9d518a7.tar.gz
git: store configuration under XDG_CONFIG_HOME
Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the
configuration files there.
Diffstat (limited to 'config/git/user.personal')
-rw-r--r--config/git/user.personal3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/git/user.personal b/config/git/user.personal
new file mode 100644
index 0000000..092c2f1
--- /dev/null
+++ b/config/git/user.personal
@@ -0,0 +1,3 @@
+[user]
+    name = Franck Cuny
+    email = franck@fcuny.net