From c228c08ad86420c091b2f5ec5c65cd41c698ea2f Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Fri, 21 Jun 2024 16:59:09 +0000 Subject: [PATCH] chore: shellcheck --- tools.d/asdf.bash | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/tools.d/asdf.bash b/tools.d/asdf.bash index bbce9de..d15e12b 100644 --- a/tools.d/asdf.bash +++ b/tools.d/asdf.bash @@ -19,15 +19,17 @@ tools+=(vault) tools+=(terraform terragrunt) tools+=(ripgrep exa bat dust delta) -for tool in "${tools[@]}" -do - echo - echo "-- Installing ${tool}" - asdf plugin add ${tool} - asdf install ${tool} latest - asdf global ${tool} latest +for tool in "${tools[@]}"; do + echo + echo "-- Installing ${tool}" + asdf plugin add ${tool} + asdf install ${tool} latest + asdf global ${tool} latest done +# Configure asdf/direnv integration +asdf direnv setup --shell bash --version latest + # Install extra plugins and tools # lsd