From 0ab2aa869ccd00595ba5c5f9e07a39a10f6f8eab Mon Sep 17 00:00:00 2001 From: Tomas Mirchev Date: Thu, 6 Nov 2025 12:51:48 +0100 Subject: [PATCH] feat(macos): update homebrew --- config/macos/ghostty/config | 2 +- config/macos/homebrew/Brewfile | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/config/macos/ghostty/config b/config/macos/ghostty/config index a7285f2..cb54777 100644 --- a/config/macos/ghostty/config +++ b/config/macos/ghostty/config @@ -30,4 +30,4 @@ window-padding-color = extend macos-titlebar-style = native macos-icon = custom -window-inherit-working-directory = false \ No newline at end of file +window-inherit-working-directory = false diff --git a/config/macos/homebrew/Brewfile b/config/macos/homebrew/Brewfile index 6ac8362..43c85bc 100644 --- a/config/macos/homebrew/Brewfile +++ b/config/macos/homebrew/Brewfile @@ -1,21 +1,25 @@ -tap "homebrew/bundle" -tap "homebrew/services" +brew "bash" brew "dnsmasq", restart_service: :changed -brew "neovim" -cask "daisydisk" +brew "tmux" +cask "brave-browser" +cask "bruno" +cask "dbeaver-community" cask "discord" cask "firefox" +cask "font-maple-mono" +cask "font-maple-mono-nf" cask "ghostty" cask "google-chrome" cask "karabiner-elements" cask "linearmouse" -cask "obsidian" +cask "macfuse" +cask "orbstack" cask "proton-drive" cask "protonvpn" cask "rectangle" cask "slack" cask "sol" cask "spotify" -cask "utm" -cask "visual-studio-code" +cask "sublime-text" +cask "utm@beta" cask "zoom"