Skip to content

Commit

Permalink
setup-util-zsh: remove ohmyzsh
Browse files Browse the repository at this point in the history
ohmyzsh is so slow, and should not be bundled with zsh

if people want it, it should be in a setup-util-ohmyzsh
  • Loading branch information
balupton committed Oct 24, 2023
1 parent e6f3417 commit a42aefc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion commands/get-installer
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ function get_installer() (
aliases['nvim']='setup-util-neovim'
aliases['nvm']='setup-util-node'
aliases['od']='setup-util-coreutils'
aliases['ohmyzsh']='setup-util-zsh'
aliases['oLschema2ldif']='setup-util-samba'
aliases['openssh']='setup-util-git'
aliases['openssl']='setup-util-devel'
Expand Down
10 changes: 1 addition & 9 deletions commands/setup-util-zsh
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,7 @@ function setup_util_zsh() (
)
setup-util "${options[@]}"

# https://ohmyz.sh/#install
options=(
--confirm
--optional
--name='Oh My Zsh'
"$@"
INSTALLER='https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh'
)
setup-util "${options[@]}"
# make oh-my-zsh a seperate installer if desired
)

# fire if invoked standalone
Expand Down

0 comments on commit a42aefc

Please sign in to comment.