From 0bf0883bef0d10fa0f198bb3938f59d7a9236e8c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 12 Jun 2026 14:17:15 -0700 Subject: Brewfile: Remove yabai --- _mbsetupuser/Brewfile.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_mbsetupuser/Brewfile.org b/_mbsetupuser/Brewfile.org index 6f3d1a4..208aa50 100644 --- a/_mbsetupuser/Brewfile.org +++ b/_mbsetupuser/Brewfile.org @@ -5,7 +5,7 @@ This file defines all the software that needs to be installed on the system. First off, of course, needs to be Emacs. This is done through a cask, which is what all graphical applications are installed as. -Although the default Emacs cask doesn't work well with yabai, so I've had to install emacs-plus instead, which needs a separate tap first. +Although the default Emacs cask doesn't work well with macos, so I've had to install emacs-plus instead, which needs a separate tap first. #+begin_src ruby tap "d12frosted/emacs-plus" @@ -30,7 +30,6 @@ Then I need some things for configuration and development purposes: - stow :: Mainly used with this repository, "installs" configuration files by making and maintaining symbolic links. - make :: The bundled version with macos is really old and doesn't support some of the features that I use. - tailscale :: Mesh VPN that lets me connect to my self-hosted services like music streaming. -- yabai :: A tiling window manager for MacOS, I use these a lot on Linux, I'm hoping this can work well here as well. #+begin_src ruby @@ -38,7 +37,6 @@ Then I need some things for configuration and development purposes: brew "stow" brew "make" cask "tailscale-app" - brew "asmvik/formulae/yabai" #+end_src And there are some development projects that I need to be able to install. -- cgit v1.3-2-g0d8e