UPgrade your Mac programs via CLI.
If installed, the following programs will be upgraded:
- Enable yarn autoclean
# fish
# cd (yarn global dir)
# bash
cd "$(yarn global dir)"
yarn autoclean --init
- Download script
curl --remote-name https://raw.githubusercontent.com/rodrigobdz/up-mac/master/up-mac
- Run script
bash up-mac 2>&1 | tee ~/up-mac.log
- Optionally, review the log
less ~/up-mac.log