chore: shellcheck
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user