Fixing bug

This commit is contained in:
araison 2024-01-22 00:22:06 +01:00
parent a8b2024b49
commit 3d64ca637c

View File

@ -3,5 +3,5 @@ git clone git@gitlab.xlim.fr:araison/dotfiles.git $HOME/dotfiles
cd $HOME/dotfiles/
for conf in $(ls .)
do
stow ${conf}
stow --adopt ${conf}
done