Skip to content

Commit 33bc455

Browse files
committed
docs/Brew-Bundle-and-Brewfile: document Flatpak support
Signed-off-by: botantony <[email protected]>
1 parent a766abe commit 33bc455

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/Brew-Bundle-and-Brewfile.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ cask "firefox"
6666
mas "Refined GitHub", id: 1519867270
6767
vscode "editorconfig.editorconfig"
6868
go "github.com/charmbracelet/crush"
69+
flatpak "com.visualstudio.code"
70+
flatpak "org.godotengine.Godot", remote: "flathub-beta", url: "https://dl.flathub.org/beta-repo/"
71+
flatpak "io.github.dvlv.boxbuddyrs", remote: "flathub-beta"
6972
```
7073

7174
Run `brew bundle` again and this outputs:
@@ -321,7 +324,7 @@ This must be done with solutions outside or built on top of `brew bundle` instea
321324

322325
## Adding New Packages Support
323326

324-
`brew bundle` currently supports Homebrew, Homebrew Cask, Mac App Store, Visual Studio Code (and forks/variants) and Go packages.
327+
`brew bundle` currently supports Homebrew, Homebrew Cask, Mac App Store, Visual Studio Code (and forks/variants), Go and Flatpak packages.
325328

326329
We are interested in contributions for other packages' installers/checkers/dumpers but they must:
327330

0 commit comments

Comments
 (0)