aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-06-15 17:05:04 -0700
committerGravatar Tom Willemse2026-06-15 17:05:04 -0700
commit87a1664c24b2f983d42e61091b9ef05a9d10c5d5 (patch)
tree76708e7e863ae935315d29ef547343e30ac65343
parent9995696dab022f39e6e3f0e49b4cc48009c42d52 (diff)
downloadnew-dotfiles-87a1664c24b2f983d42e61091b9ef05a9d10c5d5.tar.gz
new-dotfiles-87a1664c24b2f983d42e61091b9ef05a9d10c5d5.zip
Brewfile: Add hammerspoon
-rw-r--r--_mbsetupuser/Brewfile.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/_mbsetupuser/Brewfile.org b/_mbsetupuser/Brewfile.org
index c55bfe2..ebce2b0 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.
+- hammerspoon :: Automation framework like AutoHotKey for Windows. But different.
- fennel :: Fennel is a lisp -> lua compiler, it allows me to write lua config (like Wezterm and Hammerspoon) in lisp.
@@ -38,6 +39,7 @@ Then I need some things for configuration and development purposes:
brew "stow"
brew "make"
cask "tailscale-app"
+ cask "hammerspoon"
brew "fennel"
#+end_src