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