Skip to content

Commit

Permalink
git: enable commit signing
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Dec 4, 2023
1 parent 3377afe commit 25049b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@
[user]
name = Georgi Dimitrov
email = [email protected]
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINPuu8tIzBl3Dmxjr5pSSSn+v573UenWvMgyPWcYwjWZ
[core]
editor = nvim
mergeoptions = --no-edit
excludesFile = ~/dotfiles/git/gitignore
pager = less -F -X
[commit]
template = ~/dotfiles/git/commit-template
gpgsign = true
[gpg]
format = ssh
[gpg "ssh"]
program = "/opt/1Password/op-ssh-sign"
[push]
default = simple
autoSetupRemote = true
Expand Down

0 comments on commit 25049b8

Please sign in to comment.