feat: mise, brew and fastfetch perf
This commit is contained in:
16
script/install.d/33-terraform.sh
Normal file
16
script/install.d/33-terraform.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Description:
|
||||
# Install Terraform via mise.
|
||||
#
|
||||
|
||||
# Skip in Codespaces (not needed)
|
||||
[[ "$DOTS_ENV" == "codespaces" ]] && { log_pass "Skipping in Codespaces"; return 0; }
|
||||
|
||||
log_info "Installing Terraform..."
|
||||
mise install terraform@latest
|
||||
mise use -g terraform@latest
|
||||
|
||||
# Verify installation
|
||||
terraform --version
|
||||
Reference in New Issue
Block a user