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