From f47d8caddd1665ec4e7ccaa2581dff3d914db6ed Mon Sep 17 00:00:00 2001 From: skimrme Date: Tue, 21 Apr 2026 18:23:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=8B=E8=BD=BD=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..c1443b9 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim