Skip to content

WorkstationOperating manual for a developer machine

A repeatable workbench for fresh-machine bootstrap, dotfiles sync, software inventory, project layout, and daily checks.

~/repos/github.com/YunYouJun/workstationready
$ workstation dotfiles doctor
ok home/.zshrc tracked
ok Code/User/settings.json tracked
note run dry-run before touching HOME
$ pnpm software:missing
review Brewfile.apps before installing optional desktop apps

Workflows

Four Operating Lanes

Each path keeps recovery and maintenance inspectable, reversible, and easy to rerun.

System Map

Repository Modules

Every directory owns a clear boundary so fresh-machine recovery has fewer guesses.

home/chezmoi-compatible source files for the home directory.
packages/cliThe workstation command for checks, diffs, push, pull, and project checkouts.
BrewfileTerminal foundations and daily CLI tools.
Brewfile.appsOptional desktop apps and Mac App Store entries.
docs/Setup decisions, copyable commands, and recovery notes.

Personal workstation notes, scripts, and dotfiles.