This commit is contained in:
fengbh 2025-04-19 17:30:12 +08:00
parent 37edca457b
commit c1c7c49000

View File

@ -3,14 +3,11 @@
# License : MIT # License : MIT
# Author : Feng Bohan <1953356163@qq.com> # Author : Feng Bohan <1953356163@qq.com>
# Date : 2025-04-18 09:02:16 # Date : 2025-04-18 09:02:16
# Last Modified Date: 2025-04-19 16:42:58 # Last Modified Date: 2025-04-19 17:30:00
# Last Modified By : Feng Bohan <1953356163@qq.com> # Last Modified By : Feng Bohan <1953356163@qq.com>
# ----- # -----
# Copyright © 2025 Feng Bohan. All Rights Reserved. # Copyright © 2025 Feng Bohan. All Rights Reserved.
# 安装插件
echo "请手动执行命令:PlugInstall 安装插件"
echo "开始配置bashrc" echo "开始配置bashrc"
# 创建符号链接 # 创建符号链接
@ -50,3 +47,6 @@ if [ ! -f ~/.vim/autoload/plug.vim ]; then
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
fi fi
# 安装插件
echo "请手动执行命令:PlugInstall 安装插件"