# tmux-setup **Repository Path**: apot1624/tmux-setup ## Basic Information - **Project Name**: tmux-setup - **Description**: tmux configuration setup - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-18 - **Last Updated**: 2026-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tmux-setup tmux configuration setup ## 先手动安装插件管理器tpm ```bash git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm ``` ## Deploy configuration files ```bash git clone https://gitee.com/apot1624/tmux-setup.git /tmp/tmux-setup cp ~/.tmux.conf ~/.tmux.conf.bak cp /tmp/tmux-setup/.tmux.conf ~ cp /tmp/tmux-setup/.tmux.conf.plugins ~ rm -rf /tmp/tmux-setup ``` ## Install plugins `prefix` + I - Installs new plugins from GitHub or any other git repository - Refreshes TMUX environment `prefix` + U - updates plugin(s) `prefix` + alt + u - remove/uninstall plugins not on the plugin list ## 快速应用简约主题,并同步开启鼠标窗格控制功能。 ```bash x tmux --setup ```