1 Star 1 Fork 0

bidaya0/vimsettings

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
init.sh 550 Bytes
一键复制 编辑 原始数据 按行查看 历史
bidaya0 提交于 2022-02-09 00:33 +08:00 . update init.sh
#!/usr/bin/env sh
######################################################################
# @author : bidaya0 (bidaya0@$HOSTNAME)
# @file : init
# @created : Sunday Aug 08, 2021 23:11:59 CST
#
# @description :
######################################################################
ln ./.vimrc ~/.vimrc
ln -s `realpath ./.vim-templates` `realpath ~/.vim-templates`
if [ "$VIM_USE_PROXY" = "TRUE" ]; then
proxychains4 -q vim -es -u vimrc -i NONE -c "PlugInstall" -c "qa"
else
vim -es -u vimrc -i NONE -c "PlugInstall" -c "qa"
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bidaya0/vimsettings.git
git@gitee.com:bidaya0/vimsettings.git
bidaya0
vimsettings
vimsettings
master

搜索帮助