From 3a1dd17dadfb0fc23fdf9596d063a3b57496fc37 Mon Sep 17 00:00:00 2001 From: Minhyeok Park Date: Sat, 24 May 2025 08:58:48 +0900 Subject: [PATCH] feat: remove unused things --- init.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.ps1 b/init.ps1 index 9872e65..18b9a73 100644 --- a/init.ps1 +++ b/init.ps1 @@ -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"