docs: skills - sync auto-tmux package

This commit is contained in:
tukuaiai
2026-06-02 20:26:44 +08:00
parent dd7f439283
commit 0b8e075fc2
35 changed files with 239 additions and 61 deletions
@@ -20,9 +20,8 @@
tmux -V
# 2) 软链配置(不会覆盖已有 .tmux.conf.local,如需自定义请编辑该文件)
repo_root="$(git rev-parse --show-toplevel)"
ln -sfn "$repo_root/tools/external/.tmux/.tmux.conf" ~/.tmux.conf
cp -n "$repo_root/tools/external/.tmux/.tmux.conf.local" ~/.tmux.conf.local
ln -sfn /home/lenovo/zip/vibe-coding-cn/libs/external/.tmux/.tmux.conf ~/.tmux.conf
cp -n /home/lenovo/zip/vibe-coding-cn/libs/external/.tmux/.tmux.conf.local ~/.tmux.conf.local
# 3) 启动会话并验证前缀
tmux new -s demo -n shell