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.
Add this plugin to your dotfiles repository, for example by using a submodule:
git submodule add https://github.com/ConnorJC3/dotbot-paru.git
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" "${@}"
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
MIT: See LICENSE.