From eb57cdedcddebef3be6b5575f87954bd4a748a61 Mon Sep 17 00:00:00 2001 From: Wenwen Zhang Date: Sun, 2 Jun 2024 11:31:38 +0800 Subject: [PATCH] update --- install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 6671837..49ee95a 100644 --- a/install.sh +++ b/install.sh @@ -12,12 +12,13 @@ echo "NeoVim Configuration Installation Script is Running..." cd ~ -CONFIGBASE="myconfig.nvim" +CONFIGBASE = "myconfig.nvim" -CONFIG_DIR=".config" +CONFIG_DIR = ".config" TIMESTAMP=$(date "+%Y-%m-%d_%H:%M:%S") +set -x echo "Backup" "$CONFIG_DIR"/nvim to "$CONFIG_DIR"/nvim "_" "$TIMESTAMP" @@ -40,7 +41,7 @@ fi -set -x + git clone http://8.130.160.147:3000/Configs/$CONFIGBASE.git