Run:
cd ~/projects/new-macos-dev-setup
./install-macos.shThe final health output should not show missing tools for the expected stack.
zsh -ic 'node --version; bun --version; python3 --version; python3.14 --version; uv --version; rustc --version; cargo --version; java -version; kubectl version --client=true; helm version --short; kind version; minikube version'Expected profile:
node:v24.xpython3:3.13.xpython3.14: present as additional interpreterbun: installed from Homebrew tapoven-sh/bun
zsh -ic 'flutter --version; flutter doctor -v | rg "No issues found|\\[✗\\]"'Expected:
flutter doctor -vends withNo issues found!
zsh -ic 'claude --version; opencode --version; gemini --version; codex --version; starship --version; atuin --version; delta --version; command -v cargo-add'Expected:
- All commands return versions.
cargo-editavailability is verified viacommand -v cargo-add.
zsh -ic 'command -v kubens; command -v kubectx; k9s version'Expected:
kubectl,helm,kind,minikube,kustomize,kubectx,kubens, andk9sare present and executable.
zsh -ic 'git config --global --get core.pager; git config --global --get pager.diff; git config --global --get pager.show; cat ~/.config/starship.toml | head -n 1; cat ~/.config/atuin/config.toml | head -n 1; stat -f "%N %Sp" ~/.config/atuin/config.toml'Expected:
gitpager values are set todelta.~/.config/starship.tomlexists.~/.config/atuin/config.tomlexists and is restricted (-rw-------).
zsh -ic 'docker --version; docker context ls; orbctl status'Expected:
orbstackcontext exists.- OrbStack status is
Runningwhen started.
brew outdated --json=v2Expected:
- Empty
formulaeandcasksarrays for fully up-to-date state.