From 874c3337b5a1eec14fb315b311bb7838a7cc63a0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 May 2026 14:45:24 -0700 Subject: Add basic macos setup --- GNUmakefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 1f44fbd..a8c73d4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -154,6 +154,16 @@ surfingkeys/dist/home.js: surfingkeys/home.ts surfingkeys/dist/punt.js: surfingkeys/punt.ts surfingkeys/home.ts cd surfingkeys && guix shell nodejs -- npx webpack -c webpack.config.js +## Diamond Interactive MacOS + +diamond-interactive: brew-install wezterm-install glide-install + +_mbsetupuser/Brewfile: _mbsetupuser/Brewfile.org + $(call tangle) + +brew-install: _mbsetupuser/Brewfile + brew bundle --file $^ --cleanup + # Local Variables: # outline-regexp: "##+" # End: -- cgit v1.3-2-g0d8e