Personal macOS dotfiles managed with Bork.
bork/contains ordered Bork scripts for bootstrapping a Mac.configs/contains files that get symlinked into$HOMEbybork/000_mac_init.sh.borkifyruns each Bork script with a requested operation.compile_bork.shcompiles the ordered Bork scripts into one generatedbork.sh.
Run commands from the repository root.
./borkifyWith no arguments, borkify runs bork status against each script in bork/.
./borkify satisfyPass a Bork operation, such as satisfy, to apply the setup.
./compile_bork.shCompile the ordered scripts into bork.sh.
- Keep Bork scripts numbered so they run in a predictable order.
- Add new home-directory dotfiles under
configs/; the bootstrap links them into$HOME. - Agent skills live under
configs/agents/skills/.bork/003_agent_skills.shlinks.agentsto that directory so skill CLIs can install/update repo-local Codex skills, andbash borkify satisfyrefreshes Impeccable. - Run
sh -n borkify compile_bork.shafter editing the helper scripts.