Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.14 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.14 KB

brewp

A simple interactive shell script to manage outdated brew packages.

Running brewp shell script

Required dependencies

Installation

Easiest way to install brewp is with this oneliner. You can also just download brewp.sh and place it in desired directory.

curl -sSL https://raw.githubusercontent.com/erikjuhani/brewp/main/install.sh | sh

By default the install script assumes that executable scripts are found under $HOME/bin folder. The script will automatically create such folder if it does not exist. However one should remember to add this location to PATH.

Updating

brewp keeps track of HEAD commit hash as the version, which is annotated to the brewp shell script file. To update brewp to latest version run the install script again.

Note

brewp expects that brew and gum are installed and found in the PATH.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install gum