brew packages

This commit is contained in:
2021-11-06 22:11:58 +01:00
parent ca63fe4ce6
commit 0f0479c9f9
6 changed files with 29 additions and 14 deletions

View File

@@ -12,4 +12,4 @@ cd "${BASEDIR}"
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
git submodule update --init --recursive "${DOTBOT_DIR}"
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" --plugin-dir plugins/brew -c "${CONFIG}" "${@}"