A list of installed Chocolatey packages for easy reinstallation and sharing.
- 📦 List of installed Chocolatey packages
- 🔄 Easy reinstallation of packages
- 📤 Export and share package list
To export the list of installed Chocolatey packages to packages.config
:
choco export -o packages.config
To install the packages listed in packages.config
:
choco install packages.config
MIT © Scott Anderson 2024
For more utilities, visit the main repository here