feat: little bit of modification
All checks were successful
/ deploy_site (push) Successful in 15s

This commit is contained in:
2025-05-01 14:00:17 +09:00
parent ab00c83a73
commit bf5eff64e9

View File

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