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

[install] do not create the g5k ssh config

This commit is contained in:
Hyacinthe Cartiaux 2024-05-03 00:40:19 +02:00
parent 4fe180342e
commit e371041565

View file

@ -82,7 +82,6 @@ ln -sf $DOTFILES/git/gitconfig-personal ~/.gitconfig-personal
mkdir -p ~/.ssh/sockets
ln -sf $DOTFILES/ssh/sshpubkey ~/.ssh/sshpubkey
cat $DOTFILES/ssh/config.* > ~/.ssh/config.perso
cat $DOTFILES/ssh/config{,.g5k} > ~/.ssh/config_g5k
[[ ! -f ~/.ssh/config ]] && (
cat $DOTFILES/ssh/config{,.*} > ~/.ssh/config
)