Commit 6c3cf658 authored by Marc Cornellà's avatar Marc Cornellà

fix(installer): automatically create ZDOTDIR path if it doesn't exist

parent 5c9a3d2f
......@@ -523,6 +523,11 @@ EOF
exit 1
fi
# Create ZDOTDIR folder structure if it doesn't exist
if [ -n "$ZDOTDIR" ]; then
mkdir -p "$ZDOTDIR"
fi
setup_ohmyzsh
setup_zshrc
setup_shell
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment