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