From ecc922fe1b137dfe8c422cfb06d419bf32cab3ea Mon Sep 17 00:00:00 2001 From: shokinn Date: Thu, 10 Jul 2025 11:24:21 +0200 Subject: [PATCH 1/2] 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" From 67146e5f166f700c8924fa62217d6836eb4b08f4 Mon Sep 17 00:00:00 2001 From: shokinn Date: Thu, 10 Jul 2025 11:24:49 +0200 Subject: [PATCH 2/2] Add keycastr and snagit casks; rename pop to pop-app --- config/brew/Brewfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/brew/Brewfile b/config/brew/Brewfile index e3f37fa..d0a6d41 100644 --- a/config/brew/Brewfile +++ b/config/brew/Brewfile @@ -55,12 +55,14 @@ cask "iina" cask "istat-menus" cask "iterm2" cask "jordanbaird-ice" +cask "keycastr" cask "mist" cask "monitorcontrol" cask "moom" cask "obsidian" -cask "pop" +cask "pop-app" cask "rambox" +cask "snagit" cask "soundsource" cask "sublime-text" cask "visual-studio-code"