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
This commit is contained in:
2026-06-05 21:21:46 +10:00
commit 180c5838ea
36 changed files with 4176 additions and 0 deletions

11
config/ghostty/config Normal file
View File

@@ -0,0 +1,11 @@
# =============================================================================
# Ghostty terminal configuration
# =============================================================================
# This is a minimal config. Ghostty ships with sensible defaults.
# Run `ghostty +show-config --default --docs` for all options.
# Terminfo for SSH — fixes terminal issues on remote hosts
shell-integration-features = ssh-terminfo,ssh-env
# Ignore super+shift+s (conflicts with Scribe/porridge dictation)
keybind = super+shift+s=ignore