diff --git a/init.ps1 b/init.ps1 index 835f1a9..9872e65 100644 --- a/init.ps1 +++ b/init.ps1 @@ -14,6 +14,7 @@ winget install ` Derailed.k9s ` Git.Git ` ahmetb.kubectx ` + AltDrag.AltDrag ` OpenVPNTechnologies.OpenVPN ` DEVCOM.JetBrainsMonoNerdFont @@ -28,7 +29,7 @@ function kd { k describe -f $args } function kx { k delete -f $args } function ti { terraform init $args } -function ta { terraform apply $args } +function ta { terraform apply --parallelism 100 $args } function taa { terraform apply --auto-approve --parallelism 100 $args } $env:EDITOR = "code -w" @@ -38,10 +39,5 @@ Out-File -FilePath $profile Set-Location ~/Desktop -$ProgressPreference = 'SilentlyContinue' -Invoke-WebRequest -useb https://releases.pmh.codes/cocktail.tar -OutFile cocktail.tar - -tar -xvf cocktail.tar - Start-Process powershell -Verb runAs "Set-Service ssh-agent -StartupType Automatic" Start-Process powershell -Verb runAs "Start-Service ssh-agent"