update
This commit is contained in:
parent
b33e3bbf70
commit
eb57cdedcd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user