dotfiles/scripts/brew_maintain.sh

7 lines
75 B
Bash
Executable File

#!/usr/bin/env bash
brew update
brew upgrade
brew autoremove
brew cleanup