diff options
| author | 2026-05-29 11:16:19 -0700 | |
|---|---|---|
| committer | 2026-05-29 11:16:19 -0700 | |
| commit | 26cd6b0e0a5ea329222de04e9147cde2cc52f44d (patch) | |
| tree | 94607d774404a02eb57fda7af75d257aa5aec8db | |
| parent | 42f342636f8c067e9dfd5cd249c85661b63d6695 (diff) | |
| download | new-dotfiles-26cd6b0e0a5ea329222de04e9147cde2cc52f44d.tar.gz new-dotfiles-26cd6b0e0a5ea329222de04e9147cde2cc52f44d.zip | |
GNUmakefile: Add ssh keygen recipe
| -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 |
