This commit is contained in:
27
init.ps1
27
init.ps1
@ -1,19 +1,20 @@
|
||||
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
|
||||
Start-Process powershell -Verb runAs "Set-ItemProperty -Path REGISTRY::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System -Name ConsentPromptBehaviorAdmin -Value 0"
|
||||
|
||||
winget install `
|
||||
--disable-interactivity `
|
||||
--accept-source-agreements `
|
||||
--force `
|
||||
`
|
||||
Microsoft.powershell `
|
||||
Hashicorp.Terraform `
|
||||
Amazon.AWSCLI `
|
||||
Kubernetes.kubectl `
|
||||
Helm.Helm `
|
||||
Derailed.k9s `
|
||||
Git.Git `
|
||||
ahmetb.kubectx `
|
||||
winget install `
|
||||
--disable-interactivity `
|
||||
--accept-source-agreements `
|
||||
--force `
|
||||
`
|
||||
Microsoft.powershell `
|
||||
Hashicorp.Terraform `
|
||||
Amazon.AWSCLI `
|
||||
Kubernetes.kubectl `
|
||||
Helm.Helm `
|
||||
Derailed.k9s `
|
||||
Git.Git `
|
||||
ahmetb.kubectx `
|
||||
OpenVPNTechnologies.OpenVPN `
|
||||
DEVCOM.JetBrainsMonoNerdFont
|
||||
|
||||
New-Item -Path $profile -ItemType "file" -Force
|
||||
|
Reference in New Issue
Block a user