chore(install.sh): minor fix and update to help output

This commit is contained in:
2023-12-18 10:57:00 +00:00
parent a5fc1a070a
commit 10bfd9a032

View File

@@ -213,6 +213,7 @@ dot_symlink() {
done
fi
mkdir -p "$(dirname "$target")"
symlink "$source" "$target"
}
@@ -249,6 +250,7 @@ display_help() {
echo ' homebrew: Install Homebrew (Mac OS X only).'
echo ' rbenv: Install rbenv, a Ruby version manager.'
echo ' launch_agents: Install launchd plists to ~/Library/LaunchAgents/'
echo ' terminfo: Install terminfo.'
echo ' help: Display this message.'
}