Update keys and it's configs
This commit is contained in:
parent
a9b5cac9f0
commit
0914da49cf
@ -1,9 +1,7 @@
|
|||||||
[user]
|
[user]
|
||||||
name = wzykubek
|
name = Wiktor Zykubek
|
||||||
email = wz-git@mailbox.org
|
email = dev@wzykubek.xyz
|
||||||
signingkey = ~/.ssh/id_ed25519_sk_rk
|
signingkey = 0xE2F941AEA250AFFC
|
||||||
[gpg]
|
|
||||||
format = ssh
|
|
||||||
[format]
|
[format]
|
||||||
pretty = oneline
|
pretty = oneline
|
||||||
[log]
|
[log]
|
||||||
@ -18,3 +16,5 @@
|
|||||||
cmd = kitten diff $LOCAL $REMOTE
|
cmd = kitten diff $LOCAL $REMOTE
|
||||||
[difftool "kitty.gui"]
|
[difftool "kitty.gui"]
|
||||||
cmd = kitten diff $LOCAL $REMOTE
|
cmd = kitten diff $LOCAL $REMOTE
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
@ -12,5 +12,4 @@ Host alma
|
|||||||
Port 2222
|
Port 2222
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
IdentityFile ~/.ssh/id_ed25519_sk_rk
|
IdentityFile ~/.ssh/id_rsa.pub
|
||||||
IdentitiesOnly yes
|
|
||||||
|
@ -46,7 +46,9 @@ alias dotfiles='nvim +"cd $HOME/.dotfiles" +"NvimTreeFocus"'
|
|||||||
|
|
||||||
export PATH="$PATH:.:$HOME/.local/bin/scripts/:$HOME/.local/bin/"
|
export PATH="$PATH:.:$HOME/.local/bin/scripts/:$HOME/.local/bin/"
|
||||||
export EDITOR='nvim'
|
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
|
||||||
|
|
||||||
#: }}}
|
#: }}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user