remove and reinstall ohmyzsh brew code example
Example 1: oh my zsh reset config
rm -f ~/.zshrc*
Example 2: oh my zsh git
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
rm -f ~/.zshrc*
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"