-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
50 lines (47 loc) · 1.36 KB
/
.gitconfig
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
50
[user]
email = [email protected]
name = Takanori Fukuyama
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICxBBj6E9E8NsJP3fM1U9wS4xVeExIR2Fy80yC1lZ7ho
# signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK5KKaKm2vGl/eZXlNO6Tt7LgOmWG+MdCl+tsaJroTMT
[ghq]
root = ~/git
[push]
default = current
[core]
paper = delta --theme='Monokai Extended'
editor = nvim
[interactive]
diffFilter = delta --color-only
[delta]
features = side-by-side line-numbers decorations
syntax-theme = Dracula
plus-style = syntax "#003800"
minus-style = syntax "#3f0001"
side-by-side = true
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
hunk-header-decoration-style = cyan box ul
[delta "line-numbers"]
line-numbers-left-style = cyan
line-numbers-right-style = cyan
line-numbers-minus-style = 124
line-numbers-plus-style = 28
[pull]
rebase = false
default = current
[init]
defaultBranch = main
[alias]
graph = log --graph --date-order -C -M --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=short
[gpg]
format = ssh
# [gpg "ssh"]
# program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
# [commit]
# gpgsign = true
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
[commit]
gpgsign = true