mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-22 23:38:05 +00:00
chore: assets - expose repo sources with symlinks
This commit is contained in:
@@ -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`。
|
||||
|
||||
Reference in New Issue
Block a user