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"