Update brew and brew casks
- Homebrew
- Homebrew Cask
- Install grep via brew (
brew install grep --with-default-names) - Install gnu-sed via brew (
brew install gnu-sed --with-default-names)
- Clone somewhere
- Made
main.shexecutable (chmod a+x main.sh) - Add an alias to
main.sh. Examplealias upgrade_brew='/path/to/sh/main.sh'
- Execute
main.shand wait
This script is not perfect (just check the code to agree with this sentence). Your help is welcome :-)
