Skip to content

Instantly share code, notes, and snippets.

@dyp2000
Last active February 24, 2021 07:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dyp2000/2ae0680dbedf7203c0e9d0d28e1c8abf to your computer and use it in GitHub Desktop.
Save dyp2000/2ae0680dbedf7203c0e9d0d28e1c8abf to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
echo -n -e "\033]0;Homebrew Update...\007"
brew -v update
echo "Press any key to continue..."
read -k1 -s
echo "Upgrading..."
brew -v upgrade
echo "Press any key to continue..."
read -k1 -s
echo "Cleaning..."
brew cleanup -v'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment