Skip to content

Instantly share code, notes, and snippets.

@nvinhphuc
nvinhphuc / Brewfile
Last active November 9, 2022 04:24 — forked from ryanhanwu/Brewfile
New Mac Setup Script 2021
# Taps
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'heroku/brew'
# Install CLI Tools
## Shell Utilities
brew 'coreutils'
brew 'findutils'
brew 'autojump'