diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-22 13:40:52 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-22 13:40:52 -0500 |
| commit | b3b020f92e27de3641ca419724fc4490b896333c (patch) | |
| tree | 22e915bb2691efa95a191e74f9e5331c8774ba7d /docs | |
| parent | 001c04eda1bbb681789765d91fa448e731fc173b (diff) | |
| download | archsetup-b3b020f92e27de3641ca419724fc4490b896333c.tar.gz archsetup-b3b020f92e27de3641ca419724fc4490b896333c.zip | |
docs(plan): use SSH push URL and add claude.sh to minimal tree
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/PLAN-dotfiles-separation.org | 8 |
1 files changed, 6 insertions, 2 deletions
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 |
