diff options
| author | 2026-06-12 14:17:15 -0700 | |
|---|---|---|
| committer | 2026-06-12 14:17:15 -0700 | |
| commit | 0bf0883bef0d10fa0f198bb3938f59d7a9236e8c (patch) | |
| tree | 374e724a1b1ae21a9e498ae6c26b01a7f64c231b /_mbsetupuser/Brewfile.org | |
| parent | a5bab99bde5296174f07d30ea434f15e47177fb8 (diff) | |
| download | new-dotfiles-0bf0883bef0d10fa0f198bb3938f59d7a9236e8c.tar.gz new-dotfiles-0bf0883bef0d10fa0f198bb3938f59d7a9236e8c.zip | |
Brewfile: Remove yabai
Diffstat (limited to '_mbsetupuser/Brewfile.org')
| -rw-r--r-- | _mbsetupuser/Brewfile.org | 4 |
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. |
