dotbot-asdf submodule added

This commit is contained in:
2023-09-21 23:15:14 +03:00
parent f8b2a60425
commit 0201a41408
4 changed files with 15 additions and 1 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 dotbot-asdf -c "${CONFIG}" "${@}"