Brew does not install / take into consideration bazzite-cli.Brewfile
My /usr/share/ublue-os/homebrew/bazzite-cli.Brewfile file is the following:
brew "atuin"
brew "bat"
brew "direnv"
brew "eza"
brew "fd"
brew "gh"
brew "glab"
brew "rg"
brew "tealdeer"
brew "trash-cli"
brew "ugrep"
brew "yq"
brew "zoxide"
But none of these apps are installed. Is there a way to force brew to take into account the bazzite-cli.brewfile? I can install the apps manually but I'm afraid something is broken and in the future if another app is added I will not receive it.
Currently running:
● ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-gnome:stable
Digest: sha256:fd884c23497e08b860aa4c12763d17584a45641d05b6bff6c76c698c32254b53
Version: 41.20250106.3 (2025-01-07T04:22:09Z)
LayeredPackages: coolercontrol liquidctl virt-manager
LocalPackages: lact-libadwaita-0.5.6-0.x86_64
Solution:Jump to solution
im pretty sure brewfile arent meant to be installed automatically, afaik this file is used with
ujust bazzite-cli
3 Replies
Solution
im pretty sure brewfile arent meant to be installed automatically, afaik this file is used with
ujust bazzite-cli
if you want to install it automatically you probably can just create a systemd service that will run brew bundle on startup
Thank you! I thought bazzite-cli was coming by default, installed it now with ujust and everything is fine.