Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cask "ublue-os/tap/visual-studio-code-linux@insiders"
cask "ublue-os/tap/vscodium-linux"
cask "ublue-os/tap/antigravity-linux"
cask "ublue-os/tap/jetbrains-toolbox-linux"
cask "ublue-os/tap/zed-linux"
brew "nvim"
brew "micro"
brew "helix"
Expand Down
7 changes: 3 additions & 4 deletions system_files/shared/usr/share/ublue-os/just/apps.just
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,11 @@ install-opentabletdriver:
# Install applications from curated Brewfiles (includes full-desktop.Brewfile with GNOME Circle apps)
bbrew:
#!/usr/bin/env bash
Comment thread
renner0e marked this conversation as resolved.
set -eou pipefail

if ! command -v bbrew &>/dev/null ; then
if gum confirm "Bold Brew is not installed, would you like to install it?" ; then
set -e
brew trust --tap Valkyrie00/homebrew-bbrew
brew install Valkyrie00/homebrew-bbrew/bbrew
set +e
brew install bbrew
Comment thread
renner0e marked this conversation as resolved.
else
exit 0
fi
Expand Down