chore(install.sh): add underscore variants of commands

This commit is contained in:
2022-02-07 19:29:30 +00:00
parent 81cba5444e
commit b78a356e05

View File

@@ -254,7 +254,7 @@ case "$1" in
"help") "help")
display_help display_help
;; ;;
emacs-config | emacs) emacs_config | emacs-config | emacs)
install_emacs_config install_emacs_config
;; ;;
private) private)
@@ -266,7 +266,7 @@ case "$1" in
rbenv) rbenv)
install_rbenv install_rbenv
;; ;;
launch-agents | launch_agents | agents) launch_agents | launch-agents | agents)
install_launch_agents install_launch_agents
;; ;;
xbar_scripts | xbar-scripts | xbar) xbar_scripts | xbar-scripts | xbar)
@@ -279,7 +279,7 @@ case "$1" in
echo "Target directory: $TARGET" echo "Target directory: $TARGET"
echo "Detected dotfiles root: $ROOT_PATH" echo "Detected dotfiles root: $ROOT_PATH"
;; ;;
shell_init) shell_init | shell-init)
zsh_init zsh_init
;; ;;
symlinks | links) symlinks | links)