Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 921 Bytes

README.md

File metadata and controls

46 lines (35 loc) · 921 Bytes

Dotbot flatpak Plugin

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

Installation

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

or

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

Supported task variants

...
- flatpak: 
    - app 1
    - app 2
    - app 3
    ...

Usage

Example config

...
- flatpak:
    - flatseal
    - bitwarden
    ...
...

Execution

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