]> git.cameronkatri.com Git - dotfiles.git/blob - .gitconfig
I don't need gnome-keyring till X is started
[dotfiles.git] / .gitconfig
1 [user]
2 email = me@cameronkatri.com
3 name = Cameron Katri
4 signingkey = 7D3B36CEA40FCC2181FB6DCDBAFFD97826540F1C
5 [commit]
6 gpgsign = true
7 [filter "lfs"]
8 smudge = git-lfs smudge -- %f
9 process = git-lfs filter-process
10 required = true
11 clean = git-lfs clean -- %f
12 [color]
13 diff = auto
14 status = auto
15 branch = auto
16 interactive = auto
17 ui = true
18 pager = true
19 [interactive]
20 diffFilter = diff-highlight
21 [init]
22 defaultBranch = main
23 [credential]
24 helper = store
25 [alias]
26 tree = log --graph --all --date=rfc --pretty=format:'%C(auto)%h%d %Cgreen%an <%ae>%n%CresetAuthor Date: %Cred%ar %Cblue(%ad) %n%CresetCommit Date: %Cred%cr %Cblue(%cd) %n%n%Creset%s%n'