Fixing bug
This commit is contained in:
parent
bc3717450c
commit
0f2945a106
@ -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/
|
||||
git clone git@gitlab.xlim.fr:araison/dotfiles.git $HOME/dotfiles
|
||||
|
||||
for conf in $(ls ./dotfiles)
|
||||
for conf in $(ls $HOME/dotfiles/)
|
||||
do
|
||||
stow ${conf}
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user