-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
49 lines (46 loc) · 1.14 KB
/
Copy path.gitconfig
File metadata and controls
49 lines (46 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[init]
defaultBranch = main
[user]
email = dominik8655@gmail.com
name = Jake
signingKey = /home/jake/.ssh/id_ed25519.pub
[commit]
gpgSign = true
[gpg]
format = ssh
[core]
editor = nvim
[credential "https://gitlab.com"]
helper =
helper = !/usr/bin/glab auth git-credential
# Delta
[include]
path = /home/jake/.dotfiles/themes.gitconfig
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
features = arctic-fox
navigate = true # use n and N to move between diff sections
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
# Aliases
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
# Codeberg
[credential]
helper = cache --timeout 14400
helper = oauth
[credential "https://codeberg.org"]
oauthClientId = 246ca3e8-e974-430c-b9ec-3d4e2b54ad28
oauthAuthURL = /login/oauth/authorize
oauthTokenURL = /login/oauth/access_token