diff options
| author | 2026-05-26 14:45:24 -0700 | |
|---|---|---|
| committer | 2026-05-27 15:34:55 -0700 | |
| commit | 874c3337b5a1eec14fb315b311bb7838a7cc63a0 (patch) | |
| tree | 84398677dd785bc179b368e60c45be6af2aa5a92 /GNUmakefile | |
| parent | 2198cb5dc75952a0655f377ef076ebc9a32e0724 (diff) | |
| download | new-dotfiles-874c3337b5a1eec14fb315b311bb7838a7cc63a0.tar.gz new-dotfiles-874c3337b5a1eec14fb315b311bb7838a7cc63a0.zip | |
Add basic macos setup
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: |
