aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2025-12-29 00:19:53 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2025-12-29 00:19:53 -0500
commitc0d94cdc444c06356c1b64d5a7073ff41dffab81 (patch)
treef0713f79fd9943937d78b68fcd2d37246460950a /install.sh
parent0b19dbf19ac79657aa74c68b7f0e32b2525184ae (diff)
downloaddotfiles-c0d94cdc444c06356c1b64d5a7073ff41dffab81.tar.gz
dotfiles-c0d94cdc444c06356c1b64d5a7073ff41dffab81.tar.xz
Tweaks to nvim config. Add notes on compiling for OpenBSD
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 606e486..f99c958 100755
--- a/install.sh
+++ b/install.sh
@@ -38,7 +38,7 @@ done
_nvimdir="${confdir}/nvim"
if ! [ -d "$_nvimdir" ] ; then
- mkdir "$_nvimdir"
+ mkdir -p "$_nvimdir"
fi
setLink -s "$(pwd)/dotfiles/nvim/init.lua" -d "$_nvimdir/init.lua"