Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.08 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.08 KB

Dotbot paru Plugin

A Dotbot plugin to install packages on Arch Linux via paru

Based on dotbot-yay, which is based on dotbot-pacaur. This plugin will attempt to install paru if it is not present.

Installation

Add this plugin to your dotfiles repository, for example by using a submodule:

git submodule add https://github.com/ConnorJC3/dotbot-paru.git

Usage

Invoke dotbot with the --plugin-dir option, such as by modifying the default configuration like so:

"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" --plugin-dir "${BASEDIR}/dotbot-paru" "${@}"

Configuration

Example configuration:

- paru:
  - vim
  - zsh
  - firefox-nightly

For organization, you may also split packages between pacman and paru directives (they are functionally equivalent):

- pacman:
  - vim
  - zsh
- paru:
  - firefox-nightly

License

MIT: See LICENSE.