/up-mac

UPgrade your Mac programs via CLI 🎈

Primary LanguageShellMIT LicenseMIT

UP Mac 🎈 Build Status

UPgrade your Mac programs via CLI.

Features

If installed, the following programs will be upgraded:

Optional

  • Enable yarn autoclean
# fish
# cd (yarn global dir)

# bash
cd "$(yarn global dir)"

yarn autoclean --init

Usage

  • 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