From e077f85a1f2a5ef4503027dc645e1f9c669df5ab Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Tue, 4 Aug 2020 17:40:45 -0600 Subject: [chore] Update Dotbot --- dotbot | 2 +- install | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dotbot b/dotbot index fe9ca6f..1d4f434 160000 --- a/dotbot +++ b/dotbot @@ -1 +1 @@ -Subproject commit fe9ca6f5ede35d16f28e0c5db781fb39437fd171 +Subproject commit 1d4f4348bba8462c247eb63656907556b5da2dd3 diff --git a/install b/install index ed8b710..0c9e990 100755 --- a/install +++ b/install @@ -10,10 +10,11 @@ DOTBOT_BIN="bin/dotbot" BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" cd "${BASEDIR}" +git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive git submodule update --init --recursive "${DOTBOT_DIR}" for conf in ${DEFAULT_CONFIG_PREFIX} ${@}; do - "${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${conf}${CONFIG_SUFFIX}" + "${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${conf}${CONFIG_SUFFIX}" done echo ${@} > .dot.args -- cgit v1.2.3-70-g09d2