https://github.com/unix2dos/dotfiles
🛠️ My macOS development environment — Zsh, Tmux, Vim, Git, Starship, Alacritty, Ghostty, VS Code, Claude Code, Skills and more.
https://github.com/unix2dos/dotfiles
claude-code dotfiles ghostty macos starship tmux
Last synced: 2 months ago
JSON representation
🛠️ My macOS development environment — Zsh, Tmux, Vim, Git, Starship, Alacritty, Ghostty, VS Code, Claude Code, Skills and more.
- Host: GitHub
- URL: https://github.com/unix2dos/dotfiles
- Owner: unix2dos
- Created: 2026-02-27T08:17:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-20T04:34:07.000Z (2 months ago)
- Last Synced: 2026-04-20T04:47:56.069Z (2 months ago)
- Topics: claude-code, dotfiles, ghostty, macos, starship, tmux
- Language: Shell
- Homepage:
- Size: 234 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
~ dotfiles ~
我的开发环境配置文件集合
---
## 安装
```bash
# 1. 克隆仓库
git clone https://github.com/unix2dos/dotfiles.git ~/workspace/dotfiles
# 2. 符号链接配置文件(已有文件自动备份为 *.backup.{timestamp})
cd ~/workspace/dotfiles && ./install.sh
# 3. 安装全局 AI skills(可选,详见 skills-manager/README.md)
bash ~/workspace/dotfiles/skills-manager/install.sh
```
### 依赖
```bash
brew install eza ripgrep fzf starship fastfetch diff-so-fancy trash bat yq
brew install --cask alacritty ghostty
```
---
## 目录结构
### AI 工具
| 目录 | 说明 |
|:-----|:-----|
| [claude](claude/) | Claude Code CLI 配置 + 自定义 Statusline |
| [amp](amp/) | Amp CLI 配置 |
| [opencode](opencode/) | Opencode AI 配置 |
| [skills-manager](skills-manager/) | 全局 AI skills 聚合层 (owned → superpowers → gstack → community) |
### Shell & 终端
| 目录 | 说明 |
|:-----|:-----|
| [zsh](zsh/) | Zsh 配置 (Antidote + Starship) |
| [tmux](tmux/) | Tmux 配置 (基于 gpakosz/.tmux) |
| [alacritty](alacritty/) | Alacritty 终端 + 主题 |
| [ghostty](ghostty/) | Ghostty 终端 |
| [starship](starship/) | Starship 提示符主题 |
| [fastfetch](fastfetch/) | 系统信息展示 |
| [git](git/) | Git 全局配置 (diff-so-fancy, 别名, LFS) |
### 编辑器
| 目录 | 说明 |
|:-----|:-----|
| [vim](vim/) | Vim 配置 |
| [vscode](vscode/) | VS Code / Cursor / Windsurf / Antigravity / Kiro 设置 + 快捷键 |
---
## License
MIT