Fixing bug

This commit is contained in:
araison 2024-01-21 22:06:19 +01:00
parent bbc764325b
commit 5c474b70af

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/dotfiles
for conf in $(ls $HOME/dotfiles/)
cd $HOME/dotfiles/
for conf in $(ls .)
do
stow $HOME/dotfiles/${conf}
stow ${conf}
done