1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[install] Fix ssh dynamic links

This commit is contained in:
Hyacinthe Cartiaux 2013-05-03 00:06:39 +02:00
parent e7786555c9
commit 5758c01d69

View file

@ -51,6 +51,6 @@ ln -sf $DOTFILES/git/gitconfig ~/.gitconfig
## ssh
mkdir -p ~/.ssh/sockets
ln -s $DOTFILES/ssh/sshpubkey ~/.ssh/sshpubkey
[[ ! -f ~/.ssh/config ]] && ln -s $DOTFILES/ssh/config ~/.ssh/config
ln -sf $DOTFILES/ssh/sshpubkey ~/.ssh/sshpubkey
[[ ! -f ~/.ssh/config ]] && ln -sf $DOTFILES/ssh/config ~/.ssh/config