3 # Pour créer la config sur une nouvelle machine
6 test -d .myconfig
&& echo ".myconfig existe" && exit 1
7 git clone
ssh://cerebro.crans.org
/git
/fichiers_configuration_branchperso.git .myconfig
13 for fichier
in .bashrc .bash_aliases .gitconfig .nanorc .screenrc .vimrc .umaskrc .ssh
/config
;
16 ln -s ~
/.myconfig
/${fichier} ~
/${fichier}