1 Star 0 Fork 0

ruki / tmux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
install 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruki 提交于 2017-01-17 14:09 . add tmuxp
#!/bin/bash
# create plugins directory
if [ ! -d ~/.tmux/plugins ]; then
mkdir -p ~/.tmux/plugins
fi
# install tmux plugin manager
if [ ! -d ~/.tmux/plugins/tpm ]; then
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm --depth 1
fi
# install tmuxp
# sudo pip install tmuxp
# install tmux.conf
cp tmux.conf ~/.tmux.conf
1
https://gitee.com/waruqi/tmux.git
git@gitee.com:waruqi/tmux.git
waruqi
tmux
tmux
master

搜索帮助