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