chore: shellcheck
This commit is contained in:
parent
8694d7f356
commit
c228c08ad8
@ -19,8 +19,7 @@ tools+=(vault)
|
|||||||
tools+=(terraform terragrunt)
|
tools+=(terraform terragrunt)
|
||||||
tools+=(ripgrep exa bat dust delta)
|
tools+=(ripgrep exa bat dust delta)
|
||||||
|
|
||||||
for tool in "${tools[@]}"
|
for tool in "${tools[@]}"; do
|
||||||
do
|
|
||||||
echo
|
echo
|
||||||
echo "-- Installing ${tool}"
|
echo "-- Installing ${tool}"
|
||||||
asdf plugin add ${tool}
|
asdf plugin add ${tool}
|
||||||
@ -28,6 +27,9 @@ do
|
|||||||
asdf global ${tool} latest
|
asdf global ${tool} latest
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Configure asdf/direnv integration
|
||||||
|
asdf direnv setup --shell bash --version latest
|
||||||
|
|
||||||
# Install extra plugins and tools
|
# Install extra plugins and tools
|
||||||
|
|
||||||
# lsd
|
# lsd
|
||||||
|
Loading…
Reference in New Issue
Block a user