Skip to content

raydelrosario/dotbot-paru

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dotbot paru Plugin

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.

Usage

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

Languages

  • Python 85.4%
  • Shell 14.6%