Skip to content

potatoenergy/dotbot-flathub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%