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

3
.gitmodules vendored
View File

@@ -2,3 +2,6 @@
path = dotbot path = dotbot
url = https://github.com/anishathalye/dotbot url = https://github.com/anishathalye/dotbot
ignore = dirty ignore = dirty
[submodule "dotbot-asdf"]
path = dotbot-asdf
url = https://github.com/sobolevn/dotbot-asdf.git

1
dotbot-asdf Submodule

Submodule dotbot-asdf added at 3153c946e8

View File

@@ -12,4 +12,4 @@ cd "${BASEDIR}"
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
git submodule update --init --recursive "${DOTBOT_DIR}" 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}" "${@}"

View File

@@ -9,5 +9,15 @@
~/.vim: vim ~/.vim: vim
~/.zshrc: zsh/zshrc ~/.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: - shell:
- [git submodule update --init --recursive, Installing submodules] - [git submodule update --init --recursive, Installing submodules]