Fixing bug
This commit is contained in:
parent
a8b2024b49
commit
3d64ca637c
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ git clone git@gitlab.xlim.fr:araison/dotfiles.git $HOME/dotfiles
|
||||||
cd $HOME/dotfiles/
|
cd $HOME/dotfiles/
|
||||||
for conf in $(ls .)
|
for conf in $(ls .)
|
||||||
do
|
do
|
||||||
stow ${conf}
|
stow --adopt ${conf}
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue