For use with dotbot, this plugin allows one to easily install or upgrade a list of paru packages.
This plugin is a port of dotbot-yay, which is also a port of dotbot-yaourt for use with paru
.
dotbot-yaourt was itself heavily inspired by the apt-get plugin.
It's easiest to track this plugin in your dotfiles repo:
git submodule add https://github.com/michaelray27/dotbot-paru.git
The original author also recommends having your paru list in a separate file since dotbot will need root privileges in order to use the plugin.
If you use the default install script provided by dotbot, using the plugin will look like this:
./dotbot/bin/dotbot -p dotbot-paru/paru.py -c packages.conf.yaml
Using the install
script provided by this repo, using the plugin will look like this:
./install packages
Example for packages.conf.yaml
:
- paru:
- vim
- brave-bin