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 | 7c264952e4711f78a4318db1ff41a667592318e9 (patch) | |
| tree | f54c38de286a1affa23e99d5ae0f2979b356366a /docs | |
| parent | a4fd2b872add9e76eb288243da62e265f93b1217 (diff) | |
| download | archsetup-7c264952e4711f78a4318db1ff41a667592318e9.tar.gz archsetup-7c264952e4711f78a4318db1ff41a667592318e9.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 |
