References:
echo 'source ~/.zshrc' >> ~/.zsh_profile
source ~/.zsh_profile
#!/bin/bash | |
echo "$ brew analytics off" | |
brew analytics off | |
echo "$ brew update" | |
brew update | |
echo "$ brew upgrade" | |
brew upgrade |
References:
echo 'source ~/.zshrc' >> ~/.zsh_profile
source ~/.zsh_profile