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

[install] Change the name of the autogenerated config file

This commit is contained in:
Hyacinthe Cartiaux 2013-08-21 15:26:14 +02:00
parent c9a6ce9e4f
commit 61bce90d9e

View file

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