jbwhit / svds-style

MIT License
4 stars 3 forks source link

Brew #5

Open jbwhit opened 8 years ago

jbwhit commented 8 years ago

Starting this thread with a couple of ideas for home brew:

Anything that I'm missing?

Anything that I've included that I shouldn't?

First, a function to put into .bashrc to easily update/prune your already brew-installed packages:

function update-brew() {
    echo — Updating Homebrew...
    brew update
    echo — Upgrading Homebrew packages...
    brew upgrade
    echo — Cleaning up...
    brew cleanup
    echo - Pruning...
    brew prune
    }

The startup script