Skip to content

ConnorJC3/dotbot-paru

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dotbot paru plugin

Resources

License

Stars

Watchers

Forks

Languages

  • Python 71.2%
  • Shell 28.8%