Desktop Setup Cheat Sheet
One-time setup for a new machine. After this, you just open Claude Code in the vault.
First Time Setup (run once)
Open your terminal and paste these three commands one at a time:
1. Clone the vault
git clone https://YOUR-VAULT-TOKEN@github.com/kathryn-art/advisory-os-vault.git
Use your token named vault in GitHub settings.
2. Clone Ruben's workspace into the vault
git clone https://YOUR-CLIENT-RC-TOKEN@github.com/kathryn-art/aos-client-rc.git advisory-os-vault/content/clients/ruben-crulliance
Use your token named aos-client-rc in GitHub settings. This is a different token from the vault.
3. Open Claude Code
cd advisory-os-vault
claude
Every Day After That
cd advisory-os-vault
claude
Then say: "Pull the latest for Ruben"
If You Rotate a GitHub Token
Each repo has its own token. Tell Claude Code which one changed:
- "Update the vault token to [new token]"
- "Update Ruben's repo token to [new token]"
Tokens
Each repo uses a separate token for security. Check your GitHub token list at: Settings → Developer Settings → Personal Access Tokens
| Repo | Token Name in GitHub |
|---|---|
advisory-os-vault | vault |
aos-client-rc | aos-client-rc |
Client Repos
| Client | GitHub Repo | Local Folder |
|---|---|---|
| Ruben Cruz / Crulliance | aos-client-rc | content/clients/ruben-crulliance/ |
Add rows here as new clients get set up.