From 3874ec20bf4378793c92ccc4f76b54c22c018664 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Thu, 3 Oct 2024 07:30:37 -0700 Subject: [PATCH] feat(bazzite-cli): add trash-cli (#1713) Adds https://github.com/andreafrancia/trash-cli Recommended for new CLI users so they don't accidentally shoot themselves in the foot. Don't alias this. --- .../overrides/usr/share/ublue-os/homebrew/bazzite-cli.Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/system_files/overrides/usr/share/ublue-os/homebrew/bazzite-cli.Brewfile b/system_files/overrides/usr/share/ublue-os/homebrew/bazzite-cli.Brewfile index 8cad6f00c9..efef9f392b 100644 --- a/system_files/overrides/usr/share/ublue-os/homebrew/bazzite-cli.Brewfile +++ b/system_files/overrides/usr/share/ublue-os/homebrew/bazzite-cli.Brewfile @@ -7,6 +7,7 @@ brew "gh" brew "glab" brew "rg" brew "tealdeer" +brew "trash-cli" brew "ugrep" brew "yq" brew "zoxide"