1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00

[install] Fix the ssh config generation

This commit is contained in:
Hyacinthe Cartiaux 2013-08-21 15:36:48 +02:00
parent 61bce90d9e
commit b0d711eca9

View file

@ -60,7 +60,8 @@ ln -sf $DOTFILES/git/gitconfig ~/.gitconfig
mkdir -p ~/.ssh/sockets
ln -sf $DOTFILES/ssh/sshpubkey ~/.ssh/sshpubkey
[[ ! -f ~/.ssh/config ]] && cat $DOTFILES/ssh/config{,.*} > ~/.ssh/config.perso
cat $DOTFILES/ssh/config.* > ~/.ssh/config.perso
[[ ! -f ~/.ssh/config ]] && cat $DOTFILES/ssh/config{,.*} > ~/.ssh/config
## aurvote