This commit is contained in:
Wenwen Zhang 2024-06-01 22:04:04 +08:00
parent e726fcda80
commit c10efcbc39
2 changed files with 2 additions and 3 deletions

1
.vimrc
View File

@ -0,0 +1 @@
set nu

View File

@ -19,11 +19,9 @@ fi
CONFIGBASE="myconfig.vim"
echo "$CONFIGBASE"
git clone http://8.130.160.147:3000/Configs/$CONFIGBASE.git
mv $(CONFIGBASE)/.vimrc ./
mv $CONFIGBASE/.vimrc ./
rm -rf $CONFIGBASE