aboutsummaryrefslogtreecommitdiffstats
path: root/_mbsetupuser
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-06-15 17:02:56 -0700
committerGravatar Tom Willemse2026-06-15 17:02:56 -0700
commita50c3f3916a986230b9c2a1f602b6021e902e372 (patch)
tree13e3c141f85164711491e3e132c66f50ba25fcbd /_mbsetupuser
parent0bf0883bef0d10fa0f198bb3938f59d7a9236e8c (diff)
downloadnew-dotfiles-a50c3f3916a986230b9c2a1f602b6021e902e372.tar.gz
new-dotfiles-a50c3f3916a986230b9c2a1f602b6021e902e372.zip
wezterm: Replace Lua config with Fennel
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 208aa50..c55bfe2 100644
--- a/_mbsetupuser/Brewfile.org
+++ b/_mbsetupuser/Brewfile.org
@@ -30,6 +30,7 @@ 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.
+- fennel :: Fennel is a lisp -> lua compiler, it allows me to write lua config (like Wezterm and Hammerspoon) in lisp.
#+begin_src ruby
@@ -37,6 +38,7 @@ Then I need some things for configuration and development purposes:
brew "stow"
brew "make"
cask "tailscale-app"
+ brew "fennel"
#+end_src
And there are some development projects that I need to be able to install.