1 Star 0 Fork 0

该用户已趴倒/zyf-tmux-conf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
init.sh 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
该用户已趴倒 提交于 2019-09-03 18:37 . fix: 适配 sh
#!/bin/sh
cur_dir=$(cd `dirname $0`;pwd)
plugin_dir=~/.tmux/plugins
tpm_dir=$plugin_dir/tpm
conf_file=$cur_dir/tmux.conf
ln_file=~/.tmux.conf
if [ ! -e $plugin_dir ]; then
mkdir -p $plugin_dir
fi
if [ ! -e $tpm_dir ]; then
echo '开始下载 tpm'
git clone https://github.com/tmux-plugins/tpm $tpm_dir
fi
if [ -e $ln_file ]; then
rm $ln_file
fi
ln -s $conf_file $ln_file
echo '初始化完成,现在你需要执行:'
echo "tmux source $ln_file"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/zyf/zyf-tmux-conf.git
[email protected]:zyf/zyf-tmux-conf.git
zyf
zyf-tmux-conf
zyf-tmux-conf
master

搜索帮助