diff --git a/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl b/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl index f7c941d..ce45567 100644 --- a/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl @@ -34,6 +34,7 @@ inf "installing direnv with system version..." # no need to run asdf direnv setup --shell zsh --version latest # as it is managed by zim module asdf plugin-add direnv +asdf install direnv latest for plugin in ${!plugins[@]}; do inf "installing ${plugin}..."