updates
This commit is contained in:
@@ -15,18 +15,21 @@
|
|||||||
|
|
||||||
[difftool "nvimdiff"]
|
[difftool "nvimdiff"]
|
||||||
cmd = "nvim -d \"$LOCAL\" \"$REMOTE\""
|
cmd = "nvim -d \"$LOCAL\" \"$REMOTE\""
|
||||||
|
|
||||||
[url "https://"]
|
[url "https://"]
|
||||||
insteadOf = git://
|
insteadOf = git://
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
pager = delta
|
pager = delta
|
||||||
hooksPath = /dev/null
|
hooksPath = /dev/null
|
||||||
|
excludesfile = /Users/alice/.gitignore_global
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
.envrc
|
.envrc
|
||||||
|
*._local.*
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFaIAP/ZJ7+7jeR44e1yIJjfQAB6MN351LDKJAXVF62P
|
|
||||||
6
dot_ssh/private_keys/private_github-private.pub.tmpl
Normal file
6
dot_ssh/private_keys/private_github-private.pub.tmpl
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{{- if eq .work false }}
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFaIAP/ZJ7+7jeR44e1yIJjfQAB6MN351LDKJAXVF62P
|
||||||
|
{{- end }}
|
||||||
|
{{- if eq .work true }}
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILAzuPy7D/54GxMq9Zhz0CUjaDnEQ6RkQ/yqVYl7U55k
|
||||||
|
{{- end }}
|
||||||
Reference in New Issue
Block a user