diff options
| -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. |
