aboutsummaryrefslogtreecommitdiffstats
path: root/_mbsetupuser
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-09-08 14:58:05 -0700
committerGravatar Tom Willemse2026-09-08 14:58:05 -0700
commita957bc134cc0afb023e08152aea6653e0d22c8ab (patch)
tree29a0ebe9dfdb2afb7fad6eca73f1a9eb333d61e1 /_mbsetupuser
parent377e5fbc9293d48aac81740b07a65978b4461879 (diff)
downloadnew-dotfiles-a957bc134cc0afb023e08152aea6653e0d22c8ab.tar.gz
new-dotfiles-a957bc134cc0afb023e08152aea6653e0d22c8ab.zip
macos: Add omniwm
https://omniwm.app/
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.