This commit is contained in:
Wenwen Zhang 2024-06-02 11:31:38 +08:00
parent b33e3bbf70
commit eb57cdedcd

View File

@ -12,12 +12,13 @@ echo "NeoVim Configuration Installation Script is Running..."
cd ~ cd ~
CONFIGBASE="myconfig.nvim" CONFIGBASE = "myconfig.nvim"
CONFIG_DIR=".config" CONFIG_DIR = ".config"
TIMESTAMP=$(date "+%Y-%m-%d_%H:%M:%S") TIMESTAMP=$(date "+%Y-%m-%d_%H:%M:%S")
set -x
echo "Backup" "$CONFIG_DIR"/nvim to "$CONFIG_DIR"/nvim "_" "$TIMESTAMP" 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 git clone http://8.130.160.147:3000/Configs/$CONFIGBASE.git