diff --git a/.gitmodules b/.gitmodules index 1af14d0..5ed9e83 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,6 @@ path = dotbot url = https://github.com/anishathalye/dotbot ignore = dirty +[submodule "dotbot-asdf"] + path = dotbot-asdf + url = https://github.com/sobolevn/dotbot-asdf.git diff --git a/dotbot-asdf b/dotbot-asdf new file mode 160000 index 0000000..3153c94 --- /dev/null +++ b/dotbot-asdf @@ -0,0 +1 @@ +Subproject commit 3153c946e82f53dd6175af79710ff919ee696842 diff --git a/install b/install index 5a7e72c..07d8200 100755 --- a/install +++ b/install @@ -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}" "${@}" diff --git a/install.conf.yaml b/install.conf.yaml index b04c0b3..516d029 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -9,5 +9,15 @@ ~/.vim: vim ~/.zshrc: zsh/zshrc +- asdf: + - plugin: vim + global: 9.0.1473 + versions: + - 9.0.1473 + - plugin: nodejs + global: 19.0.0 + versions: + - 19.0.0 + - shell: - [git submodule update --init --recursive, Installing submodules]