We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f66eec commit 07f64b5Copy full SHA for 07f64b5
scripts/update_lockfile.sh
@@ -28,6 +28,8 @@ if [[ -d "$NVIM_CONFIG_DIR" ]]; then
28
mv "$NVIM_CONFIG_DIR" "$NVIM_CONFIG_DIR.backup"
29
fi
30
31
+export XDG_CACHE_HOME="$HOME"/.cache
32
+
33
git clone https://github.com/CharlesChiuGit/nvimdots.lua.git "$NVIM_CONFIG_DIR"
34
35
printf "${tty_bold}Finished installing Nvim config!${tty_reset}\n\n"
0 commit comments