fix: actually call omz installer

This commit is contained in:
Price Hiller 2022-07-30 23:42:43 -05:00
parent 7e3e6e2545
commit 15990089f7

View File

@ -248,6 +248,10 @@ main() {
log "info" "Finished installing Cargo programs"
print-break
log "info" "Install ${GREEN}Oh My ZSH${RESET_BOLD}"
install-omz
log "info" "Finished installing ${GREEN}Oh My ZSH${RESET_BOLD}"
log "info" "Installing ${GREEN}ZSH${RESET_BOLD}"
if ! command -v "zsh" >/dev/null; then
if ! install-from-pkg-mngr "zsh"; then