aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-06-12 14:17:15 -0700
committerGravatar Tom Willemse2026-06-12 14:17:15 -0700
commit0bf0883bef0d10fa0f198bb3938f59d7a9236e8c (patch)
tree374e724a1b1ae21a9e498ae6c26b01a7f64c231b
parenta5bab99bde5296174f07d30ea434f15e47177fb8 (diff)
downloadnew-dotfiles-0bf0883bef0d10fa0f198bb3938f59d7a9236e8c.tar.gz
new-dotfiles-0bf0883bef0d10fa0f198bb3938f59d7a9236e8c.zip
Brewfile: Remove yabai
-rw-r--r--_mbsetupuser/Brewfile.org4
1 files changed, 1 insertions, 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.