Fixing bug
This commit is contained in:
parent
bbc764325b
commit
5c474b70af
@ -1,7 +1,7 @@
|
|||||||
echo "Clonning dotfiles repo : make sure you have set up your ssh keys !!"
|
echo "Clonning dotfiles repo : make sure you have set up your ssh keys !!"
|
||||||
git clone git@gitlab.xlim.fr:araison/dotfiles.git $HOME/dotfiles
|
git clone git@gitlab.xlim.fr:araison/dotfiles.git $HOME/dotfiles
|
||||||
|
cd $HOME/dotfiles/
|
||||||
for conf in $(ls $HOME/dotfiles/)
|
for conf in $(ls .)
|
||||||
do
|
do
|
||||||
stow $HOME/dotfiles/${conf}
|
stow ${conf}
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user