Auto Update
This commit is contained in:
parent
a21c5e6d4a
commit
f1d849546b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ if [ -d ~/git/dotfiles ] ; then
|
||||||
bash ~/git/dotfiles/pull.sh
|
bash ~/git/dotfiles/pull.sh
|
||||||
(cd ~ ; rm $(command ls --almost-all ~/git/dotfiles/files))
|
(cd ~ ; rm $(command ls --almost-all ~/git/dotfiles/files))
|
||||||
(cd ~/git/dotfiles
|
(cd ~/git/dotfiles
|
||||||
for f in ./files/.*; do if [[ -f $f ]]; then ln ./files/$f ../../ ; fi; done)
|
for f in ./files/.*; do if [[ -f $f ]]; then ln ./$f ../../ ; fi; done)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
|
|
Loading…
Reference in a new issue