Skip to content

skwinnik/dotbot-pamac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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"

About

pamac plugin for dotbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages