From 647f454da45e1a3a8632dc24f2f94dfc45d9338a Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sat, 2 Jun 2018 18:28:56 -0400 Subject: [PATCH] Updated update --- update | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update b/update index 7e535eb..507de0b 100755 --- a/update +++ b/update @@ -7,5 +7,8 @@ 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 -git submodule update --recursive --remote + +rm -rf zimfw dotbot tmux +git submodule update --recursive --remote +git submodule update --init --recursive