Skip to content

Instantly share code, notes, and snippets.

@yuhui
yuhui / brew-update.sh
Last active April 5, 2022 08:25
Update Homebrew and installed brews
#!/bin/bash
echo "$ brew analytics off"
brew analytics off
echo "$ brew update"
brew update
echo "$ brew upgrade"
brew upgrade
@yuhui
yuhui / Setup macOS development environment.md
Last active December 17, 2022 21:18
Setup macOS for programming development