Fixing bug

This commit is contained in:
araison 2024-01-21 20:29:52 +01:00
parent bc3717450c
commit 0f2945a106

View File

@ -1,7 +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/
git clone git@gitlab.xlim.fr:araison/dotfiles.git $HOME/dotfiles
for conf in $(ls ./dotfiles)
for conf in $(ls $HOME/dotfiles/)
do
stow ${conf}
done