<feed xmlns='http://www.w3.org/2005/Atom'>
<title>archsetup/scripts/post-install.sh, branch main</title>
<subtitle>Builds a full dev workstation from a bare Arch Linux install.
</subtitle>
<id>https://git.cjennings.net/archsetup/atom?h=main</id>
<link rel='self' href='https://git.cjennings.net/archsetup/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/'/>
<updated>2026-05-26T19:05:40+00:00</updated>
<entry>
<title>refactor: fold pocketbook in-tree and drop its install steps</title>
<updated>2026-05-26T19:05:40+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-05-26T19:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=70e89e946cbdff307284d11a46558161f713607c'/>
<id>urn:sha1:70e89e946cbdff307284d11a46558161f713607c</id>
<content type='text'>
Pocketbook is nowhere near ready, so I pulled it back from publication: deleted the github mirror and the cjennings.net repo, removed the server mirror hook, and copied the package into pocketbook/ here until it's ready to spin back out.

Dropped the steps that provisioned it on a fresh install: the gtk4-layer-shell dep and the pip install in archsetup, and the clone in post-install.sh. That clone pointed at the now-deleted github repo, so it would have failed a fresh run regardless. Re-wiring the install is tracked in the pocketbook backlog.
</content>
</entry>
<entry>
<title>refactor(scripts/post-install): consolidate gitrepos.sh and harden the script</title>
<updated>2026-05-17T19:08:18+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-05-17T19:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=dae765970268dcbea96060de63cae06c3e63bea6'/>
<id>urn:sha1:dae765970268dcbea96060de63cae06c3e63bea6</id>
<content type='text'>
gitrepos.sh did the same `~/.dotfiles` / `~/.emacs.d` remote swap that
post-install.sh already had, plus a `git pull --set-upstream origin main`
follow-on that post-install was missing. I folded the pull into the
post-install remote-rewrite block and dropped gitrepos.sh.

While in the file, I also:

- Quoted every variable (`"$logfile"`, `"$HOME"` paths, `"$(whoami)"`).
- Sent the remote-rewrite block to the log file like the other blocks
  do (was leaking to stdout).
- Made the remote-rewrite idempotent. A re-run used to break the
  `cd &amp;&amp; remote remove &amp;&amp; remote add` chain because remove fails when
  origin is already the desired URL. The loop now uses
  `git -C "$dir" remote set-url` when origin exists and `remote add`
  when it does not.
- Pre-created `~/sync`, `~/pictures`, `~/code`, `~/projects` so the
  clones don't fail on missing parent dirs.
- Wrapped each `git clone` in a `clone_if_missing` helper so a re-run
  skips destinations that already exist instead of erroring out.

README.md picks up the gitrepos.sh removal in the forking note.
</content>
</entry>
<entry>
<title>feat(archsetup): add pocketbook installation to hyprland setup</title>
<updated>2026-02-26T03:04:32+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-02-26T03:04:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=07ea02b3c536bd9d20444b617bf8796e19749883'/>
<id>urn:sha1:07ea02b3c536bd9d20444b617bf8796e19749883</id>
<content type='text'>
Install gtk4-layer-shell and pocketbook (via pipx) during Hyprland setup,
and clone the source repo in post-install for development.

Co-Authored-By: Claude Opus 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix(testing): remove obsolete --skip-slow-packages option</title>
<updated>2026-01-25T00:52:34+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-25T00:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=7d0f90da66985b402c6a25eb3eca8cc9e6060ced'/>
<id>urn:sha1:7d0f90da66985b402c6a25eb3eca8cc9e6060ced</id>
<content type='text'>
This flag was removed from archsetup but remained in test scripts.
</content>
</entry>
</feed>
