mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-05 18:30:39 +00:00
signing commits
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
[user]
|
|
||||||
name = cupcakearmy
|
|
||||||
email = hi@nicco.io
|
|
||||||
signingkey = 3235314B4D31232F
|
|
@@ -1,4 +0,0 @@
|
|||||||
[user]
|
|
||||||
name = Niccolo Borgioli
|
|
||||||
email = hi@nicco.io
|
|
||||||
signingkey = 4897ACD13A65977C
|
|
@@ -7,18 +7,19 @@
|
|||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
ignorecase=false
|
ignorecase=false
|
||||||
[commit]
|
|
||||||
gpgsign = false
|
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
[branch]
|
[branch]
|
||||||
sort = -committerdate
|
sort = -committerdate
|
||||||
[alias]
|
[alias]
|
||||||
fpush = push --force-with-lease
|
fpush = push --force-with-lease
|
||||||
|
[tag]
|
||||||
|
gpgsign = true
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig.local
|
path = ~/.gitconfig.local
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
".config/ghostty/config".source = ../files/ghostty/config;
|
".config/ghostty/config".source = ../files/ghostty/config;
|
||||||
".gitconfig".source = ../files/git/gitconfig;
|
".gitconfig".source = ../files/git/gitconfig;
|
||||||
".gitignore_global".source = ../files/git/gitignore_global;
|
".gitignore_global".source = ../files/git/gitignore_global;
|
||||||
".gitconfig.local".source = ../files/git/config.work;
|
".gitconfig.local".source = ../secrets/git/config.${host.hostName};
|
||||||
".config/nvim".source = ../files/nvim;
|
".config/nvim".source = ../files/nvim;
|
||||||
|
|
||||||
# Secrets
|
# Secrets
|
||||||
|
BIN
secrets/git/config.mac14
Normal file
BIN
secrets/git/config.mac14
Normal file
Binary file not shown.
Reference in New Issue
Block a user