$ brew info mysql
Expected output: mysql: stable 8.0.12 (bottled)
$ brew install mysql
$ brew info mysql
Expected output: mysql: stable 8.0.12 (bottled)
$ brew install mysql
# Pre-requisites | |
1. zsh (5.0.8 or higher) | |
1. git (2.4.11 or higher) | |
2. curl or wget | |
# Install Oh My Zsh | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
# Install powerlevel10k Zsh theme | |
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k |