Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 894 Bytes

README.md

File metadata and controls

46 lines (35 loc) · 894 Bytes

Dotbot pamac Plugin

Plugin for Dotbot, that adds pamac directive, which allows you to install pamac packages

Installation

  1. Simply add this repo as a submodule of your dotfiles repository:
git submodule add https://github.com/skwinnik/dotbot-pamac.git
  1. Pass this folder (or directly pamac.py file) path with corresponding flag to your Dotbot script:
  • -p /path/to/file/pamac.py

or

  • --plugin-dir /pato/to/plugin/folder

Supported task variants

...
- pamac: 
    - app 1
    - app 2
    - app 3
    ...

Usage

Example config

...
- pamac:
    - firefox
    - rofi
    ...
...

Execution

"~/.dotfiles/bin/dotbot" -d "~/.dotfiles" -c "~/.dotfiles/packages.yaml" -p "~/.dotfiles/plugins/dotbot-pamac/pamac.py"