An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


macOS
Zsh
Ghostty
Last Commit
License

~ 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