feat: remove unused things
Some checks failed
/ deploy_site (push) Failing after 3s

This commit is contained in:
2025-05-24 08:58:48 +09:00
parent bf5eff64e9
commit 3a1dd17dad

View File

@ -8,13 +8,11 @@ winget install `
`
Microsoft.powershell `
Hashicorp.Terraform `
Amazon.AWSCLI `
Kubernetes.kubectl `
Helm.Helm `
Derailed.k9s `
Git.Git `
ahmetb.kubectx `
AltDrag.AltDrag `
OpenVPNTechnologies.OpenVPN `
DEVCOM.JetBrainsMonoNerdFont
@ -37,7 +35,5 @@ $env:PATH = "$env:PATH;C:\Program Files\Vim\vim91;"
'@ | `
Out-File -FilePath $profile
Set-Location ~/Desktop
Start-Process powershell -Verb runAs "Set-Service ssh-agent -StartupType Automatic"
Start-Process powershell -Verb runAs "Start-Service ssh-agent"