refactor: use home dir

This commit is contained in:
2025-11-07 19:06:29 -05:00
parent d9c5dcbea4
commit 126504d5f9
3 changed files with 1 additions and 0 deletions

14
home/dot_gitconfig Normal file
View File

@@ -0,0 +1,14 @@
[user]
name = Christian Colglazier
email = christian@cacolglazier.com
[core]
editor = emacs
excludesFile = ~/.gitignore
[rerere]
enabled = true
[column]
ui = auto
[branch]
sort = -committerdate
[push]
autoSetupRemote = true