chore: shellcheck

This commit is contained in:
Xavier Logerais 2024-06-21 16:59:09 +00:00
parent 8694d7f356
commit c228c08ad8

View File

@ -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