aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-08-28 12:47:30 +0800
committerGitHub <noreply@github.com>2022-08-28 12:47:30 +0800
commit22b33871effa0046e43ba5ea583e471f9a33d556 (patch)
treefd8ff22e95f499268ae3334065d4c8f4d96e242c
parent5dbe643ea2259e8a26f4be4b079759eb89aab75a (diff)
parentaab74751f416f71acc0dfb787e8347eadb980590 (diff)
Merge pull request #82 from jdhao/linux-setup
update linux setup
-rwxr-xr-xdocs/nvim_setup_linux.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nvim_setup_linux.sh b/docs/nvim_setup_linux.sh
index 55952b4..ed051c8 100755
--- a/docs/nvim_setup_linux.sh
+++ b/docs/nvim_setup_linux.sh
@@ -245,6 +245,7 @@ fi
echo "Setting up config and installing plugins"
if [[ -d "$NVIM_CONFIG_DIR" ]]; then
+ rm -rf "$NVIM_CONFIG_DIR.backup"
mv "$NVIM_CONFIG_DIR" "$NVIM_CONFIG_DIR.backup"
fi