Skip to content

Instantly share code, notes, and snippets.

Send an email when a Google Doc's linked files are updated.
@yuhui
yuhui / brew-update.sh
Created May 16, 2025 10:43
Update Homebrew's brew
#!/bin/zsh
echo "$ brew analytics off"
brew analytics off
echo "$ brew update"
brew update
source ~/.zprofile