diff options
| -rw-r--r-- | GNUmakefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 288ba97..0ce72eb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -159,7 +159,12 @@ surfingkeys/dist/punt.js: surfingkeys/punt.ts surfingkeys/home.ts ## Diamond Interactive MacOS -diamond-interactive: brew-install wezterm-install glide-install git-install +diamond-interactive: ssh-keygen brew-install wezterm-install glide-install git-install emacs-install + +ssh-keygen: $(HOME)/.ssh/id_ed25519.pub + +$(HOME)/.ssh/id_ed25519.pub: + ssh-keygen -t ed25519 -C "Tom Punt Macos Laptop" brew-install: _mbsetupuser/Brewfile brew bundle --file $^ --cleanup |
