chore: assets - expose repo sources with symlinks

This commit is contained in:
tukuaiai
2026-04-28 19:51:28 +08:00
parent be037c4b9b
commit 133da9779a
89 changed files with 119 additions and 13769 deletions
@@ -20,8 +20,9 @@
tmux -V
# 2) 软链配置(不会覆盖已有 .tmux.conf.local,如需自定义请编辑该文件)
ln -sfn /home/lenovo/zip/vibe-coding-cn/assets/repos/.tmux/.tmux.conf ~/.tmux.conf
cp -n /home/lenovo/zip/vibe-coding-cn/assets/repos/.tmux/.tmux.conf.local ~/.tmux.conf.local
repo_root="$(git rev-parse --show-toplevel)"
ln -sfn "$repo_root/assets/skills/tmux-autopilot/assets/oh-my-tmux/.tmux.conf" ~/.tmux.conf
cp -n "$repo_root/assets/skills/tmux-autopilot/assets/oh-my-tmux/.tmux.conf.local" ~/.tmux.conf.local
# 3) 启动会话并验证前缀
tmux new -s demo -n shell
@@ -10,5 +10,6 @@
## Notes
- 长文档、脚本细节放这里,`SKILL.md` 只保留可立即执行的片段。
- 配置来源:仓库内 `assets/repos/.tmux`gpakosz/oh-my-tmux)。
- 配置来源:技能内 `../assets/oh-my-tmux`,实际指向仓库 submodule `assets/repos/.tmux`gpakosz/oh-my-tmux)。
- 源码来源:技能内 `../assets/tmux-src`,实际指向仓库 submodule `assets/repos/tmux`
- 大规模文档抓取/刷新可用 `assets/repos/Skill_Seekers-development`,示例见 `examples.md`