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 !!"
|
||||
git clone git@gitlab.xlim.fr:araison/dotfiles.git $HOME/dotfiles
|
||||
|
||||
for conf in $(ls $HOME/dotfiles/)
|
||||
cd $HOME/dotfiles/
|
||||
for conf in $(ls .)
|
||||
do
|
||||
stow $HOME/dotfiles/${conf}
|
||||
stow ${conf}
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user