← Vault Index
Source: tools/desktop-setup-cheatsheet.md

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:

  1. "Update the vault token to [new token]"
  2. "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

RepoToken Name in GitHub
advisory-os-vaultvault
aos-client-rcaos-client-rc

Client Repos

ClientGitHub RepoLocal Folder
Ruben Cruz / Crullianceaos-client-rccontent/clients/ruben-crulliance/

Add rows here as new clients get set up.