diff --git a/setup.sh b/setup.sh index dfff899..cdc431e 100755 --- a/setup.sh +++ b/setup.sh @@ -3,14 +3,11 @@ # License : MIT # Author : Feng Bohan <1953356163@qq.com> # 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> # ----- # Copyright © 2025 Feng Bohan. All Rights Reserved. -# 安装插件 -echo "请手动执行命令:PlugInstall 安装插件" - echo "开始配置bashrc" # 创建符号链接 @@ -50,3 +47,6 @@ if [ ! -f ~/.vim/autoload/plug.vim ]; then https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim fi +# 安装插件 +echo "请手动执行命令:PlugInstall 安装插件" +