mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(install.sh): minor fix and update to help output
This commit is contained in:
@@ -213,6 +213,7 @@ dot_symlink() {
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir -p "$(dirname "$target")"
|
||||||
symlink "$source" "$target"
|
symlink "$source" "$target"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -249,6 +250,7 @@ display_help() {
|
|||||||
echo ' homebrew: Install Homebrew (Mac OS X only).'
|
echo ' homebrew: Install Homebrew (Mac OS X only).'
|
||||||
echo ' rbenv: Install rbenv, a Ruby version manager.'
|
echo ' rbenv: Install rbenv, a Ruby version manager.'
|
||||||
echo ' launch_agents: Install launchd plists to ~/Library/LaunchAgents/'
|
echo ' launch_agents: Install launchd plists to ~/Library/LaunchAgents/'
|
||||||
|
echo ' terminfo: Install terminfo.'
|
||||||
echo ' help: Display this message.'
|
echo ' help: Display this message.'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user