diff --git a/install.sh b/install.sh index 49ee95a..8fe0f87 100644 --- a/install.sh +++ b/install.sh @@ -12,9 +12,9 @@ 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") @@ -32,7 +32,7 @@ else fi fi -NVIM_LOCAL_SHARE = "${XDG_DATA_HOME:-$HOME/.local/share}" +NVIM_LOCAL_SHARE="${XDG_DATA_HOME:-$HOME/.local/share}" if [ -d "$NVIM_LOCAL_SHARE/nvim" ]; then mv $NVIM_LOCAL_SHARE/nvim $NVIM_LOCAL_SHARE/nvim_BACKUP_$TIMESTAMP