{"id":51627001,"url":"https://github.com/kyaukyuai/mac-setup","last_synced_at":"2026-07-13T02:32:49.090Z","repository":{"id":368331677,"uuid":"1284137022","full_name":"kyaukyuai/mac-setup","owner":"kyaukyuai","description":"Reproducible macOS setup: Homebrew (AI-native Brewfile) + chezmoi + one-command bootstrap. 新しい Mac を一発で再現する。","archived":false,"fork":false,"pushed_at":"2026-06-30T04:16:16.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-30T06:16:22.715Z","etag":null,"topics":["ai-native","brewfile","chezmoi","dev-environment","dotfiles","homebrew","mac-setup","macos"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kyaukyuai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-29T15:00:18.000Z","updated_at":"2026-06-30T04:16:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kyaukyuai/mac-setup","commit_stats":null,"previous_names":["kyaukyuai/mac-setup"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/kyaukyuai/mac-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyaukyuai%2Fmac-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyaukyuai%2Fmac-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyaukyuai%2Fmac-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyaukyuai%2Fmac-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyaukyuai","download_url":"https://codeload.github.com/kyaukyuai/mac-setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyaukyuai%2Fmac-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35408466,"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-07-13T02:00:06.543Z","response_time":119,"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":["ai-native","brewfile","chezmoi","dev-environment","dotfiles","homebrew","mac-setup","macos"],"created_at":"2026-07-13T02:32:48.547Z","updated_at":"2026-07-13T02:32:49.086Z","avatar_url":"https://github.com/kyaukyuai.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mac-setup\n\n新しい Mac を「一発で再現できる」ようにするセットアップ。Homebrew + [chezmoi](https://chezmoi.io) ベース。\n\n## 構成\n\n| ファイル | 役割 |\n|---|---|\n| `Brewfile.ai-native` | Homebrew の formula / cask / tap / mas を宣言的に管理（AIネイティブ最小構成） |\n| `macos.sh` | macOS のシステム設定（トラックパッド・Finder・Dock 等）をコード化 |\n| `bootstrap.sh` | 新Mac で1コマンド：CLT → Homebrew → `brew bundle` → chezmoi → macOS defaults |\n| `SETUP.md` | 開封からの**通し手順書**（GUI / 権限 / サインイン含む） |\n| `.gitignore` | 機密の誤コミット防止 |\n\ndotfiles（シェル / エディタ / `~/.config`）は別リポを chezmoi で管理 → **[kyaukyuai/dotfiles](https://github.com/kyaukyuai/dotfiles)**\n\n## 新しい Mac での復元\n\n```bash\ngh auth login\ngit clone https://github.com/kyaukyuai/mac-setup ~/mac-setup\nbash ~/mac-setup/bootstrap.sh\n```\n\nbootstrap が CLT → Homebrew → `brew bundle` → `chezmoi init --apply`（dotfiles 展開）→ macOS defaults まで実行する。詳しい順序（FileVault / Time Machine / 権限 / サインイン等の手作業含む）は **[SETUP.md](SETUP.md)** を参照。\n\n## 日常の運用\n\n```bash\n# いま入っているものを Brewfile に取り込む（定期的に → commit/push）\nbrew bundle dump --describe --force --file=~/mac-setup/Brewfile.ai-native\n\n# Brewfile の内容をインストール（新Mac / 差分追従）\nbrew bundle --file=~/mac-setup/Brewfile.ai-native\n\n# Brewfile に無いものを検出（任意で掃除）\nbrew bundle cleanup --file=~/mac-setup/Brewfile.ai-native\n```\n\n## AIネイティブ構成（主なアプリ）\n\n| アプリ | 種別 | 入手 |\n|---|---|---|\n| Zed | AIネイティブ コードエディタ | `cask \"zed\"` |\n| Claude | Claude デスクトップ | `cask \"claude\"` |\n| Codex | OpenAI コーディングエージェント(CLI) | `cask \"codex\"` |\n| Orca | 複数エージェント並列実行 ADE | `tap \"stablyai/orca\"` + `cask` |\n| Slack | コミュニケーション | `cask \"slack\"` |\n| Aside | AIブラウザ | 手動DL（[aside.com](https://aside.com/download)） |\n| Alfred / Amphetamine | ランチャー / スリープ防止 | `cask` / `mas` |\n| AeroSpace ほか | タイリングWM・borders・sketchybar・Ice・Stats・Karabiner・Swish | `cask` / `brew` |\n| 1Password(+CLI) / OrbStack / mise / rg・fd・bat・eza・fzf・jq | 認証 / 開発ランタイム / モダンCLI | `cask` / `brew` |\n\n## 機密について\n\n`Brewfile.ai-native` に機密は含まれない。API キー等は dotfiles 側で `~/.config/zsh/secrets.zsh`（chmod 600・git 管理外）に分離している。`.gitignore` で誤コミットも防止。\n\n## ライセンス\n\nMIT（`LICENSE` 参照）。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyaukyuai%2Fmac-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyaukyuai%2Fmac-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyaukyuai%2Fmac-setup/lists"}