10 Commits

Author SHA1 Message Date
99c18198f4 Drop swayidle and mempi-sync service references 2026-06-08 21:09:41 +10:00
56d84b5ffd minor edits 2026-06-07 16:22:08 +10:00
e5b0bc9e0d move quick start script to tmp folder 2026-06-07 16:21:56 +10:00
beba5dd350 README: fix repo name linux-provision -> linux-provisioning 2026-06-07 15:39:16 +10:00
2ee054bd77 README: switch to self-hosted Gitea archive URL 2026-06-07 15:38:05 +10:00
a79d2b3fa2 README: use curl+tar zip download instead of git clone
Works on a fresh machine with no credentials or SSH keys configured.
GitHub serves public archives without authentication.
2026-06-07 15:37:01 +10:00
1b4dac7b06 update git path 2026-06-07 15:34:13 +10:00
5e75868df7 README: add one-liner quick start; remove stale zshrc.local.example refs 2026-06-07 15:32:29 +10:00
7699d71d4e Reorder stages: scripts before uv-projects
Swap stage 06 and 07 so that custom scripts (Bitwarden SSH loader,
custom binaries) are deployed before git clone operations that
need SSH keys.

- Renamed 06-uv-projects.sh → 07-uv-projects.sh
- Renamed 07-scripts.sh → 06-scripts.sh
- Updated provision.sh STAGES array and README
- Updated stage reference numbers in 08-systemd and 09-desktop
- Removed mempi-sync.timer (not needed without automated refresh)
2026-06-07 14:34:05 +10:00
180c5838ea Initial commit: linux-provision repo
Distribution-agnostic provisioning script that sets up a new Linux machine
(Detected via lib/distro.sh - supports Debian/Ubuntu/Pop and Fedora families).

13 stages covering:
- System packages, external repos, toolchains (nvm, uv, Python)
- Shell config (zsh, oh-my-zsh, p10k), git, SSH
- Custom uv tools from ~40 git repos
- Desktop config (keybindings, hotkeys, ghostty, fonts)
- Docker, system tweaks, browser/app installs
- Custom systemd user services (porridge, swayidle, mempi-sync, etc.)
- API keys loaded from Bitwarden at shell startup
2026-06-05 21:22:44 +10:00