mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +00:00
chore(install.sh): add underscore variants of commands
This commit is contained in:
@@ -254,7 +254,7 @@ case "$1" in
|
||||
"help")
|
||||
display_help
|
||||
;;
|
||||
emacs-config | emacs)
|
||||
emacs_config | emacs-config | emacs)
|
||||
install_emacs_config
|
||||
;;
|
||||
private)
|
||||
@@ -266,7 +266,7 @@ case "$1" in
|
||||
rbenv)
|
||||
install_rbenv
|
||||
;;
|
||||
launch-agents | launch_agents | agents)
|
||||
launch_agents | launch-agents | agents)
|
||||
install_launch_agents
|
||||
;;
|
||||
xbar_scripts | xbar-scripts | xbar)
|
||||
@@ -279,7 +279,7 @@ case "$1" in
|
||||
echo "Target directory: $TARGET"
|
||||
echo "Detected dotfiles root: $ROOT_PATH"
|
||||
;;
|
||||
shell_init)
|
||||
shell_init | shell-init)
|
||||
zsh_init
|
||||
;;
|
||||
symlinks | links)
|
||||
|
||||
Reference in New Issue
Block a user