Last active
October 24, 2024 11:44
-
-
Save cakriwut/4632dd493660197bb0f4cd5ec2fa3b20 to your computer and use it in GitHub Desktop.
Prepare Development Machine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser | |
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression | |
winget install --id Git.Git -e --source winget | |
scoop add bucket extras | |
winget install --id=FluxCD.Flux -e --accept-source-agreements | |
winget install -e --id PuTTY.PuTTY --accept-source-agreements | |
winget install -e --id mRemoteNG.mRemoteNG --accept-source-agreements | |
winget install --id=Fortinet.FortiClientVPN -e --accept-source-agreements | |
winget install --id=Fortinet.FortiClientVPN -e --accept-source-agreements | |
winget install -e --id Microsoft.AzureCLI --accept-source-agreements | |
winget install -e --id Amazon.AWSCLI --accept-source-agreements | |
winget install --id=Genymobile.scrcpy -e --accept-source-agreements | |
winget install Google.PlatformTools | |
winget install --id=DEVCOM.JetBrainsMonoNerdFont -e | |
winget install -e --id ShiningLight.OpenSSL.Dev | |
winget install -e --id Microsoft.Azure.FunctionsCoreTools | |
winget install -e --id Python.Python.3.11 | |
winget install -e --id CoreyButler.NVMforWindows | |
winget install --id=LoftLabs.DevPod -e | |
winget install -e --id Cloudflare.cloudflared | |
winget install -e --id Microsoft.VisualStudioCode | |
winget install -e --id Google.Chrome | |
winget install -e --id Mirantis.Lens | |
winget install --id=astral-sh.uv -e | |
winget install --id=GoLang.Go -e | |
az aks install-cli | |
nvm install lts | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment