mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(install.sh): add underscore variants of commands
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user