Files
2026-05-19 01:58:48 +08:00

15 lines
414 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# auto-tmux assets
本目录只保存指向仓库内外部 submodule 的软链接入口,不保存上游源码副本。
| 入口 | 指向 | 用途 |
|:---|:---|:---|
| `oh-my-tmux` | `../../../tools/external/.tmux` | gpakosz/oh-my-tmux 配置参考 |
| `tmux-src` | `../../../tools/external/tmux` | tmux 上游源码参考 |
初始化或更新 submodule
```bash
git submodule update --init --recursive
```