This repository is the working surface behind my daily machine setup: a curated editor, reproducible tooling, opinionated defaults, and a bootstrap flow that keeps new environments fast to assemble.
Stack · Workflow · Managed Surface · Bootstrap
This setup is optimized for a machine that should feel ready quickly and stay readable all day.
- Light, quiet editor defaults over dense or flashy UI.
- Reproducible tools managed through
miseinstead of one-off installs. - Scripted setup for machine bootstrap, package install, and config linking.
- Agent-friendly local development with shared rules and editor integration already wired in.
This repository focuses on a small, intentional surface area rather than trying to own every part of the machine.
bootstrap.shorchestrates the setup flow by running the scripts inscripts/.- Selected config is symlinked into place for
Zed,mise, andstarship. - Agent configuration is linked into
.agents,.claude, and.codexwith shared rules for local coding tools. - Platform setup scripts cover Fedora package/bootstrap flows and a separate macOS defaults/install path.
The fastest way to apply the setup is:
./bootstrap.shThat entrypoint walks the shell scripts in scripts/ and applies the managed setup step by step. Tested on Fedora 44.
