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