Skip to content

Instantly share code, notes, and snippets.

@msh31
Last active May 28, 2025 12:11
Show Gist options
  • Select an option

  • Save msh31/a0b8d4ffbff5cf2bdafcb312c36774a1 to your computer and use it in GitHub Desktop.

Select an option

Save msh31/a0b8d4ffbff5cf2bdafcb312c36774a1 to your computer and use it in GitHub Desktop.
Chocolately dev packages installer
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="dbeaver"/>
<package id="jetbrains-rider"/>
<package id="webstorm"/>
<package id="git"/>
<package id="github-desktop"/>
<package id="nodejs"/>
<package id="dotnet"/>
<package id="composer"/>
</packages>
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
choco install devpkg.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment