- config/scripts/bw-load-ssh.sh: add ssh-agent retry loop (graphical
session may not be ready when systemd fires); use process substitution
instead of pipe to avoid subshell + set -e issues with LOADED counter
- stages/05-git.sh: remove interactive SSH key generation prompt (keys
come from Bitwarden); pre-accept GitHub host key via ssh-keyscan
to avoid first-connect prompt during git clone
- stages/04-shell.sh: add sudo chsh fallback (chsh may fail in
non-interactive provisioning without PAM auth)
- config/git/gitconfig: real name, email, and SSH signing key
- config/shell/zshrc: fix typo 'powerlevel10zsh' → 'powerlevel10k'
- config/systemd/bw-ssh-keys.service: depend on graphical-session
instead of network (ssh-agent starts with session); add explicit
PATH so bw and jq are found; add RemainAfterExit=yes
(avoids restart loop on oneshot services)
Key changes:
- lib/distro.sh: replace REPO_ADD_RPM variable with repo_add_rpm()
function (DNF5 changed 'config-manager --add-repo' to
'config-manager addrepo --from-repofile=')
- 01-repos.sh: use repo_add_rpm function; add Ghostty COPR for
Fedora; remove Signal RPM repo (no official one — use Flatpak)
- 02-packages.sh: lowercase 'development-tools' group for DNF5;
add python3-devel (needed for native extensions like evdev);
swap ffmpeg-free → ffmpeg via RPM Fusion for full codec support;
use tuned (preinstalled on Fedora) instead of TLP
- 11-tweaks.sh: conditional power management — TLP on Debian,
tuned on Fedora