Plugin for Dotbot, that adds pamac
directive, which allows you to install pamac packages
- Simply add this repo as a submodule of your dotfiles repository:
git submodule add https://github.com/skwinnik/dotbot-pamac.git
- 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
...
- pamac:
- app 1
- app 2
- app 3
...
...
- pamac:
- firefox
- rofi
...
...
"~/.dotfiles/bin/dotbot" -d "~/.dotfiles" -c "~/.dotfiles/packages.yaml" -p "~/.dotfiles/plugins/dotbot-pamac/pamac.py"