diff options
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 10 |
1 files changed, 10 insertions, 0 deletions
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: |
