Fixing bug
This commit is contained in:
parent
bc3717450c
commit
0f2945a106
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue