This commit is contained in:
8
init.ps1
8
init.ps1
@ -1,7 +1,10 @@
|
|||||||
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"
|
||||||
|
|
||||||
winget install `
|
winget install `
|
||||||
--disable-interactivity --accept-source-agreements --force `
|
--disable-interactivity `
|
||||||
|
--accept-source-agreements `
|
||||||
|
--force `
|
||||||
`
|
`
|
||||||
Mozilla.Firefox `
|
Mozilla.Firefox `
|
||||||
Microsoft.VisualStudioCode `
|
Microsoft.VisualStudioCode `
|
||||||
@ -15,7 +18,8 @@ winget install `
|
|||||||
Git.Git `
|
Git.Git `
|
||||||
ahmetb.kubectx `
|
ahmetb.kubectx `
|
||||||
ahmetb.kubens `
|
ahmetb.kubens `
|
||||||
Docker.DockerDesktop
|
Docker.DockerDesktop `
|
||||||
|
DEVCOM.JetBrainsMonoNerdFont
|
||||||
|
|
||||||
New-Item -Path $profile -ItemType "file" -Force
|
New-Item -Path $profile -ItemType "file" -Force
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user