dotfiles/git/.config/git/config

59 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-10-23 04:18:46 +00:00
[user]
2019-04-27 01:22:47 +00:00
email = george@rawlinson.net.nz
name = George Rawlinson
2019-04-27 01:23:26 +00:00
signingkey = 25EA6900D9EA5EBC
2016-10-23 20:34:16 +00:00
[core]
2019-04-27 01:22:47 +00:00
# if $EDITOR not set, use this as editor
editor = nvim
# fix whitespace issues
whitespace = fix, blank-at-eol, blank-at-eof, space-before-tab, trailing-space
pager = delta
2016-10-23 20:34:16 +00:00
[color]
2019-04-27 01:22:47 +00:00
# automatically color output, except when piping
ui = auto
2016-10-23 20:34:16 +00:00
[color "status"]
2019-04-27 01:22:47 +00:00
# colours when using status command
untracked = magenta
changed = red
added = green
2016-10-23 20:34:16 +00:00
2016-10-23 04:18:46 +00:00
[push]
2019-04-27 01:22:47 +00:00
# push current branch instead of all
default = simple
2016-11-21 20:51:48 +00:00
[alias]
2019-04-27 01:22:47 +00:00
# you really think i use this? no. it's an example.
# source - https://github.com/ngerakines/commitment
yolo = !git commit -m \"$(curl -s whatthecommit.com/index.txt)\"
2019-04-27 01:23:26 +00:00
[commit]
gpgsign = true
2022-06-14 08:07:16 +00:00
template = ~/.config/git/template
[sendemail]
2021-05-13 23:48:58 +00:00
smtpserver = smtp.little.kiwi
smtpuser = george@rawlinson.net.nz
smtpencryption = tls
smtpserverport = 587
annotate = true
[format]
signoff = true
# use git-delta for diff/log
[delta]
navigate = true
light = false
[interactive]
diffFilter = delta --color-only
[merge]
conflictstyle = diff3
[diff]
colorMoved = default