{"id":51069498,"url":"https://github.com/raphaelchpprt/dotfiles","last_synced_at":"2026-06-23T09:32:04.081Z","repository":{"id":356098764,"uuid":"1231002795","full_name":"raphaelchpprt/dotfiles","owner":"raphaelchpprt","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-06T16:12:43.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-06T17:13:49.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raphaelchpprt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-06T14:27:45.000Z","updated_at":"2026-05-06T16:12:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/raphaelchpprt/dotfiles","commit_stats":null,"previous_names":["raphaelchpprt/dotfiles"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/raphaelchpprt/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelchpprt%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelchpprt%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelchpprt%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelchpprt%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raphaelchpprt","download_url":"https://codeload.github.com/raphaelchpprt/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelchpprt%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34684673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-23T09:32:03.267Z","updated_at":"2026-06-23T09:32:04.073Z","avatar_url":"https://github.com/raphaelchpprt.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nmacOS setup — Node/React/TypeScript stack with Cursor, Claude Code and cmux.\n\n## Bootstrap\n\nOn a new machine, one command:\n\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/raphaelchpprt/dotfiles/main/install.sh)\"\n```\n\nOr if the repo is already cloned:\n\n```bash\nbash ~/dotfiles/install.sh\n```\n\n## What the install does automatically\n\n- Xcode CLT → Homebrew → packages (Brewfile)\n- Symlinks via `stow`: `~/.zshrc`, `~/.gitconfig`, `~/.gitignore`\n- Oh My Zsh + zsh-syntax-highlighting plugin\n- `mise`: Node 22.12.0 + pnpm 10.6.4\n- npm globals: `vercel`\n- Cursor extensions (from `cursor/extensions.txt`)\n- Claude Code: `settings.json`, `CLAUDE.md`, `cmux-notify.sh` hook\n- macOS defaults (Dock, Finder, keyboard, trackpad...)\n- Clone work repos into `~/Documents/DEV/`\n\n## Manual steps after install\n\n```bash\n# 1. GitHub auth (required for ghtoken + gh CLI)\ngh auth login\n\n# 2. Git identity\ngit config --global user.name \"Your Name\"\ngit config --global user.email \"you@email.com\"\n\n# 3. Create ~/.zshrc.local (secrets, not versioned)\ntouch ~/.zshrc.local\n\n# 4. Add Obsidian API key to ~/.claude.json\n#    Replace METTRE_ICI_TA_CLÉ in mcpServers.obsidian.env.OBSIDIAN_API_KEY\n#    Key is in Obsidian \u003e Community Plugins \u003e Local REST API\n\n# 5. Reload shell\nsource ~/.zshrc\n```\n\n## Structure\n\n```\ndotfiles/\n├── install.sh              # full bootstrap\n├── clone.sh                # clone work repos\n├── mise.toml               # node + pnpm versions\n│\n├── zsh/\n│   └── .zshrc              # shell config, aliases, cmux, ghtoken\n│\n├── git/\n│   ├── .gitconfig          # git aliases, global options\n│   └── .gitignore          # .DS_Store, .env, node_modules...\n│\n├── homebrew/\n│   └── Brewfile            # all packages\n│\n├── cursor/\n│   └── extensions.txt      # extensions to install\n│\n├── claude/\n│   ├── CLAUDE.md           # global Claude Code instructions\n│   ├── settings.json       # permissions, hooks, plugins\n│   ├── mcp_servers.json    # MCP template (no secrets)\n│   └── hooks/\n│       └── cmux-notify.sh  # cmux notifications on session end\n│\n└── macos/\n    └── defaults.sh         # system preferences\n```\n\n## Not versioned\n\n`~/.zshrc.local` — create manually on each machine:\n\n```zsh\n# Git identity\ngit config --global user.name \"Raphaël\"\ngit config --global user.email \"you@email.com\"\n\n# Phase (if needed on this machine)\n# export PHASE_SERVICE_TOKEN=\"...\"\n```\n\nThe Obsidian MCP key lives in `~/.claude.json` directly — never in this repo.\n\n## Manual installs (not on Homebrew)\n\n| App | How |\n|---|---|\n| **cmux** | Ask your team for the install link — native app at `/Applications/cmux.app` |\n\n## MCP Servers\n\n| Server | Purpose | Secret |\n|---|---|---|\n| `context7` | Up-to-date lib docs in Claude Code | none |\n| `playwright` | Browser automation in Claude Code | none |\n| `obsidian` | Access Obsidian notes | key in `~/.claude.json` |\n\n`context7` and `playwright` auto-install on first Claude Code launch (via `npx`).\n\nFor Obsidian: install the **Local REST API** plugin in Obsidian, copy the generated key, then add it to `~/.claude.json` under `mcpServers.obsidian.env.OBSIDIAN_API_KEY`.\n\n## Useful commands\n\n```bash\n# Generate GitHub token for Claude Code (run before launching CC)\nghtoken\n\n# Refresh symlinks after editing dotfiles\ncd ~/dotfiles \u0026\u0026 stow --restow --target=\"$HOME\" zsh git\n\n# Update Homebrew packages\nbrew bundle --file=~/dotfiles/homebrew/Brewfile\n\n# Check active node/pnpm versions\nmise list\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphaelchpprt%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphaelchpprt%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphaelchpprt%2Fdotfiles/lists"}