diff options
| author | Benjamin Linskey | 2026-05-28 20:13:57 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-05-28 20:14:33 -0400 |
| commit | cd49cf776c987eb048796cc18772f4d13db32b00 (patch) | |
| tree | da938bdba682dff336ecc35bd95c3f3bf87a238f | |
| parent | 3c8dcffab4b15a30932c0c436aa86bf98230ee50 (diff) | |
| download | dotfiles-cd49cf776c987eb048796cc18772f4d13db32b00.tar.gz | |
Ensure ~/tmp and ~/.cache exist
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |