Cmd.gs

my digital notepad

cmd: brew

July 14, 2020 — cmcipriano

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

once brew is installed, you can now install applications using brew $: brew install {app}

to search for an application $: brew search {app}

to update $: brew update

to upgrade $: brew upgrade

to uninstall $: brew remove {app}

to clean up $: brew cleanup

to check for installed packages $: brew deps --tree --installed

Tags: terminal-commands