From 7c264952e4711f78a4318db1ff41a667592318e9 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 22 May 2026 13:40:52 -0500 Subject: docs(plan): use SSH push URL and add claude.sh to minimal tree --- docs/PLAN-dotfiles-separation.org | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/PLAN-dotfiles-separation.org b/docs/PLAN-dotfiles-separation.org index 99b81ac..8ef583f 100644 --- a/docs/PLAN-dotfiles-separation.org +++ b/docs/PLAN-dotfiles-separation.org @@ -82,7 +82,7 @@ minimal/ │ # refresharchkeys, decryptfile/encryptfile, dab, │ # timezone-set, etc.) ├── .profile -├── .profile.d/ # 4 files: auto-tmux-session, browser, display, framework +├── .profile.d/ # 5 files: auto-tmux-session, browser, claude, display, framework ├── .ssh/ # 4 items: config, decrypt_ssh, set_perms, ssh.tar.gz.gpg ├── .stow-global-ignore ├── .stow-local-ignore @@ -180,8 +180,12 @@ In =/tmp/extract-dotfiles/=: *** Step 1.4 — Push to the new remote +Push over SSH — anonymous HTTPS at =git.cjennings.net= is read-only, so +the push remote uses the same SSH form as archsetup's own origin. The +HTTPS URL stays the clone/read URL (Phase 2 config keys, Phase 3 clone). + #+begin_src bash -git remote add origin https://git.cjennings.net/dotfiles.git +git remote add origin git@cjennings.net:dotfiles.git git push -u origin main #+end_src -- cgit v1.2.3