Fix: SSH stuff -.-
This commit is contained in:
parent
a4ebeb0bb8
commit
47b8fb2486
8
Makefile
8
Makefile
@ -24,7 +24,13 @@ redshift:
|
||||
ln -s ~/.dotfiles/redshift.conf ~/.config/redshift/redshift.conf
|
||||
|
||||
gnupg:
|
||||
for i in $(ls gnupg -1); do rm ~/.gnupg/$i; ln -s ~/.dotfiles/gnupg/$i ~/.gnupg/$i; done
|
||||
rm ~/.gnupg/gpg.conf || true
|
||||
rm ~/.gnupg/sshcontrol || true
|
||||
rm ~/.gnupg/gpg-agent.conf || true
|
||||
ln -s ~/.dotfiles/gnupg/gpg.conf ~/.gnupg/gpg.conf
|
||||
ln -s ~/.dotfiles/gnupg/sshcontrol ~/.gnupg/sshcontrol
|
||||
ln -s ~/.dotfiles/gnupg/gpg-agent.conf ~/.gnupg/gpg-agent.conf
|
||||
|
||||
|
||||
zsh:
|
||||
rm -rf ~/.zim || true
|
||||
|
@ -5,3 +5,4 @@ max-cache-ttl-ssh 30
|
||||
no-allow-external-cache
|
||||
enable-ssh-support
|
||||
ignore-cache-for-signing
|
||||
ssh-fingerprint-digest sha256
|
||||
|
1
gnupg/sshcontrol
Normal file
1
gnupg/sshcontrol
Normal file
@ -0,0 +1 @@
|
||||
257FD9CDA2C6CE8647A052723CCDA4B19AF6C5F2
|
Loading…
Reference in New Issue
Block a user