Install winget packages using Dotbot.
First, add dotbot-winget
as a submodule:
git submodule add https://github.com/zknx/dotbot-winget
Then, include the plugin and specify your desired packages in your install.conf.yaml
:
- plugins:
- dotbot-winget/
- winget:
- Microsoft.PowerToys
- Discord.Discord
This plugin is intentionally minimal. Features like version pinning or support for additional winget
return codes are not implemented yet, but contributions in those areas (or others you find useful) are very welcome!
If you have an idea, feel free to open a pull request.