From 7aae285510117b7f8db40ccee0a2ca0f28d7bc20 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sat, 28 Sep 2024 19:26:26 -0400 Subject: [PATCH] feat(bluefin-cli): add trash-cli https://github.com/andreafrancia/trash-cli I'll document this so new users can have a safety net. --- .../shared/usr/share/ublue-os/homebrew/bluefin-cli.Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/system_files/shared/usr/share/ublue-os/homebrew/bluefin-cli.Brewfile b/system_files/shared/usr/share/ublue-os/homebrew/bluefin-cli.Brewfile index 4a0b2633d91..936b409da4d 100644 --- a/system_files/shared/usr/share/ublue-os/homebrew/bluefin-cli.Brewfile +++ b/system_files/shared/usr/share/ublue-os/homebrew/bluefin-cli.Brewfile @@ -9,6 +9,7 @@ brew "glab" brew "rg" brew "shellcheck" brew "tealdeer" +brew "trash-cli" brew "ugrep" brew "yq" brew "zoxide"