dotfiles/update

15 lines
343 B
Plaintext
Raw Normal View History

2018-05-28 04:38:29 -04:00
#!/usr/bin/env bash
2018-05-28 04:38:29 -04:00
set -e
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${BASEDIR}"
#git submodule update --recursive --remote
#git submodule foreach git fetch && git submodule foreach git reset --hard origin/master
2018-06-02 18:28:56 -04:00
rm -rf zimfw dotbot tmux
git submodule update --recursive --remote
2018-06-02 18:28:56 -04:00
git submodule update --init --recursive