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 7400805Copy full SHA for 7400805
scripts/update_lockfile.sh
@@ -28,6 +28,11 @@ if [[ -d "$NVIM_CONFIG_DIR" ]]; then
28
mv "$NVIM_CONFIG_DIR" "$NVIM_CONFIG_DIR.backup"
29
fi
30
31
+
32
+if [[ -d "$HOME"/.cache ]]; then
33
+ mkdir "$HOME"/.cache
34
+fi
35
36
git clone https://github.com/CharlesChiuGit/nvimdots.lua.git "$NVIM_CONFIG_DIR"
37
38
printf "${tty_bold}Finished installing Nvim config!${tty_reset}\n\n"
0 commit comments