{"id":49069462,"url":"https://github.com/unix2dos/dotfiles","last_synced_at":"2026-04-20T06:34:55.208Z","repository":{"id":342009264,"uuid":"1168295577","full_name":"unix2dos/dotfiles","owner":"unix2dos","description":"🛠️ My macOS development environment — Zsh, Tmux, Vim, Git, Starship, Alacritty, Ghostty, VS Code, Claude Code, Skills and more.","archived":false,"fork":false,"pushed_at":"2026-04-20T04:34:07.000Z","size":240,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-20T04:47:56.069Z","etag":null,"topics":["claude-code","dotfiles","ghostty","macos","starship","tmux"],"latest_commit_sha":null,"homepage":"","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/unix2dos.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-02-27T08:17:12.000Z","updated_at":"2026-04-20T04:34:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/unix2dos/dotfiles","commit_stats":null,"previous_names":["unix2dos/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unix2dos/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unix2dos%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unix2dos%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unix2dos%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unix2dos%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unix2dos","download_url":"https://codeload.github.com/unix2dos/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unix2dos%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32036622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["claude-code","dotfiles","ghostty","macos","starship","tmux"],"created_at":"2026-04-20T06:34:53.667Z","updated_at":"2026-04-20T06:34:55.201Z","avatar_url":"https://github.com/unix2dos.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/macOS-000?logo=apple\u0026logoColor=white\" alt=\"macOS\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/shell-zsh-blue?logo=gnubash\u0026logoColor=white\" alt=\"Zsh\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/terminal-ghostty-purple\" alt=\"Ghostty\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/unix2dos/dotfiles?color=green\" alt=\"Last Commit\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/unix2dos/dotfiles\" alt=\"License\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e~ dotfiles ~\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003ci\u003e我的开发环境配置文件集合\u003c/i\u003e\u003c/p\u003e\n\n---\n\n## 安装\n\n```bash\n# 1. 克隆仓库\ngit clone https://github.com/unix2dos/dotfiles.git ~/workspace/dotfiles\n\n# 2. 符号链接配置文件（已有文件自动备份为 *.backup.{timestamp}）\ncd ~/workspace/dotfiles \u0026\u0026 ./install.sh\n\n# 3. 安装全局 AI skills（可选，详见 skills-manager/README.md）\nbash ~/workspace/dotfiles/skills-manager/install.sh\n```\n\n### 依赖\n\n```bash\nbrew install eza ripgrep fzf starship fastfetch diff-so-fancy trash bat yq\nbrew install --cask alacritty ghostty\n```\n\n---\n\n## 目录结构\n\n### AI 工具\n\n| 目录 | 说明 |\n|:-----|:-----|\n| [claude](claude/) | Claude Code CLI 配置 + 自定义 Statusline |\n| [amp](amp/) | Amp CLI 配置 |\n| [opencode](opencode/) | Opencode AI 配置 |\n| [skills-manager](skills-manager/) | 全局 AI skills 聚合层 (owned → superpowers → gstack → community) |\n\n### Shell \u0026 终端\n\n| 目录 | 说明 |\n|:-----|:-----|\n| [zsh](zsh/) | Zsh 配置 (Antidote + Starship) |\n| [tmux](tmux/) | Tmux 配置 (基于 gpakosz/.tmux) |\n| [alacritty](alacritty/) | Alacritty 终端 + 主题 |\n| [ghostty](ghostty/) | Ghostty 终端 |\n| [starship](starship/) | Starship 提示符主题 |\n| [fastfetch](fastfetch/) | 系统信息展示 |\n| [git](git/) | Git 全局配置 (diff-so-fancy, 别名, LFS) |\n\n### 编辑器\n\n| 目录 | 说明 |\n|:-----|:-----|\n| [vim](vim/) | Vim 配置 |\n| [vscode](vscode/) | VS Code / Cursor / Windsurf / Antigravity / Kiro 设置 + 快捷键 |\n\n---\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funix2dos%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funix2dos%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funix2dos%2Fdotfiles/lists"}