New machine? Point Claude to the setup guide and let it do the work:
cd ~ && claude "Read ~/_MyOS/_MyOS_Install/Workspace\ Setup\ Guide.md and set up this machine"
Device Matrix
| Device | Install | Sync |
| Mac (primary) | Obsidian, Claude Code, Node.js, Python, Git, Google Drive, Figma | Direct filesystem + symlinks |
| MacBook (mirror) | Same as Mac | Obsidian Sync + Google Drive |
| Windows PC | Obsidian, Articy:draft, Google Drive, Git | Obsidian Sync + Google Drive |
| iPhones | Obsidian Mobile | Obsidian Sync (capture to 10_Inbox) |
| reMarkables | n/a | reMarkable Cloud |
MyOS Deploy
mkdir -p /tmp/myos-deploy
cp ~/_MyOS/_MyOS_Brain/index.html /tmp/myos-deploy/index.html
npx wrangler pages deploy /tmp/myos-deploy --project-name start-here --branch main
Full setup guide: _MyOS_Install/Workspace Setup Guide.md