aboutsummaryrefslogtreecommitdiffstats
path: root/_mbsetupuser
diff options
context:
space:
mode:
Diffstat (limited to '_mbsetupuser')
-rw-r--r--_mbsetupuser/Brewfile.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/_mbsetupuser/Brewfile.org b/_mbsetupuser/Brewfile.org
index c472400..09802ce 100644
--- a/_mbsetupuser/Brewfile.org
+++ b/_mbsetupuser/Brewfile.org
@@ -36,6 +36,7 @@ Then I need some things for configuration and development purposes:
- zplug :: A plug-in manager for ZSH.
- atuin :: Shell history completion on steroids.
- bettercmdtab :: Trying out this program that lets me have a better experience switching windows.
+- omniwm :: A window manager for macos that works somewhat similarly to Niri and Hyprland.
#+begin_src ruby
@@ -48,6 +49,7 @@ Then I need some things for configuration and development purposes:
brew "zplug"
brew "atuin"
cask "bettercmdtab"
+ cask "omniwm"
#+end_src
Install make because the bundled version is really old and doesn't support some of the features that I used. Surprisingly it /is/ GNU make, not BSD make that's installed.