Add these lines to the .zshrc
file:
unset MAILCHECK
EDITOR=vi
ZSH_THEME="simple"
plugins=(git git-aliases my-aliases zsh-autosuggestions swiftpm)
Fix permissions:
chmod -R 755 ./.oh-my-zsh/custom
Add this to crontab -e
to auto update brew:
MAILTO=""
0 8 * * * /opt/homebrew/bin/brew update && /opt/homebrew/bin/brew upgrade && /opt/homebrew/bin/brew cleanup && /opt/homebrew/bin/brew doctor