diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-05-31 21:16:23 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-05-31 21:16:23 -0400 |
| commit | 24b15da2f28525858e834b66aea238271e4e1a1e (patch) | |
| tree | c95859eb71eb98bd3c4001a4913d65d1ca27e7a1 /.gitconfig | |
| parent | 82cfa5977c65283c7ac27e1532db044ceffe28a2 (diff) | |
move .gitconfig to .config/git
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 73db1e2..0000000 --- a/.gitconfig +++ /dev/null @@ -1,36 +0,0 @@ -[core] - pager = delta - -[user] - email = sam@samnystrom.dev - name = Sam Nystrom - -[init] - defaultBranch = main - -[interactive] - diffFilter = delta --color-only - -[merge] - conflictstyle = diff3 - -[diff] - colorMoved = default - -[sendemail] - smtpserver = smtp.migadu.com - smtpuser = sam@samnystrom.dev - smtpencryption = ssl - smtpserverport = 465 - annotate = yes - verify = off - -[credential] - helper = himitsu - -[delta] - navigate = true - light = false - side-by-side = true - line-numbers = true - syntax-theme = catppuccin-macchiato |
