Fixing bug

This commit is contained in:
araison 2024-01-21 21:18:40 +01:00
parent 36fa70d519
commit 8b363d59ca
4 changed files with 5 additions and 6 deletions

View file

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