Update keys and it's configs

This commit is contained in:
Wiktor Zykubek 2024-12-26 19:29:24 +01:00
parent 4b9538aca3
commit f6f0c8cfcb
3 changed files with 10 additions and 9 deletions

View File

@ -1,9 +1,7 @@
[user]
name = wzykubek
email = wz-git@mailbox.org
signingkey = ~/.ssh/id_ed25519_sk_rk
[gpg]
format = ssh
name = Wiktor Zykubek
email = dev@wzykubek.xyz
signingkey = 0xE2F941AEA250AFFC
[format]
pretty = oneline
[log]
@ -18,3 +16,5 @@
cmd = kitten diff $LOCAL $REMOTE
[difftool "kitty.gui"]
cmd = kitten diff $LOCAL $REMOTE
[commit]
gpgsign = true

View File

@ -12,5 +12,4 @@ Host alma
Port 2222
Host *
IdentityFile ~/.ssh/id_ed25519_sk_rk
IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa.pub

View File

@ -46,7 +46,9 @@ alias dotfiles='nvim +"cd $HOME/.dotfiles" +"NvimTreeFocus"'
export PATH="$PATH:.:$HOME/.local/bin/scripts/:$HOME/.local/bin/"
export EDITOR='nvim'
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent # I need to find better place for this line
#: }}}