From ecc922fe1b137dfe8c422cfb06d419bf32cab3ea Mon Sep 17 00:00:00 2001 From: shokinn Date: Thu, 10 Jul 2025 11:24:21 +0200 Subject: [PATCH] Add accidentally removed Bootstrap brewfile back --- bootstrap/Brewfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bootstrap/Brewfile diff --git a/bootstrap/Brewfile b/bootstrap/Brewfile new file mode 100644 index 0000000..a9c86d7 --- /dev/null +++ b/bootstrap/Brewfile @@ -0,0 +1,6 @@ +brew "coreutils" +brew "fzf" +brew "libmagic" +brew "mas" +brew "uv" +brew "zsh"