Initial commit

This commit is contained in:
araison 2024-01-21 18:22:26 +01:00
commit 56ed33c8f7
19 changed files with 151 additions and 0 deletions

View file

@ -0,0 +1,7 @@
echo "Clonning dotfiles repo : make sure you have set up your ssh keys !!"
git clone git@gitlab.xlim.fr:araison/dotfiles.git $HOME/
for conf in $(ls ./dotfiles)
do
stow ${conf}
done