From edeb664f73bbca099e6ca365c1ee955cefdb2a3b Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 17 Sep 2025 07:38:38 +1200 Subject: [PATCH] Add --cleanup flag for brew bundle install. --- setup.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.org b/setup.org index e1931e7..bb83b0a 100644 --- a/setup.org +++ b/setup.org @@ -14,7 +14,7 @@ I use Bluefin as my daily driver operating system on a variety of different mach Additional packages are ideally sourced from [[https://docs.brew.sh/Homebrew-on-Linux][Homebrew for Linux]], with [[https://flathub.org/][Flathub]] for anything I can't find in brew. Included in this repository is my ~Brewfile~ of packages. #+begin_src tmux -brew bundle install +brew bundle install --cleanup #+end_src