For use with dotbot, this plugin allows one to easily install or upgrade a list of xbps packages on Void Linux.
This plugin is recreation of
xbps plugin, to use xi command instead
(xi is part of xtools)
Add this plugin to your dotfiles repo as a submodule
git submodule add https://github.com/oSoWoSo/dotbot-xi./install -p dotbot-xi/xi.py -c install.conf.yamlxi will handle raising privileges if needed.
Then, include the plugin and specify your desired packages in your install.conf.yaml:
- plugins:
- dotbot-xi/
- xi:
- awesome
- zsh
- vim