From 26cd6b0e0a5ea329222de04e9147cde2cc52f44d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 29 May 2026 11:16:19 -0700 Subject: GNUmakefile: Add ssh keygen recipe --- GNUmakefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.3-2-g0d8e