aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Linskey2026-05-28 20:13:57 -0400
committerBenjamin Linskey2026-05-28 20:14:33 -0400
commitcd49cf776c987eb048796cc18772f4d13db32b00 (patch)
treeda938bdba682dff336ecc35bd95c3f3bf87a238f
parent3c8dcffab4b15a30932c0c436aa86bf98230ee50 (diff)
downloaddotfiles-cd49cf776c987eb048796cc18772f4d13db32b00.tar.gz

Ensure ~/tmp and ~/.cache exist

-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 28f9c97..8e2d576 100755
--- a/install.sh
+++ b/install.sh
@@ -16,6 +16,9 @@ clone_plugin() {
ln -s "$path" "$VIM_PLUGS"
}
+mkdir -p "$HOME"/tmp
+mkdir -p "$HOME"/.cache
+
rm -f "$HOME"/.bash_profile
find "$PWD" -maxdepth 1 \