Skip to content

Instantly share code, notes, and snippets.

View iam-joel's full-sized avatar
⚒️
Focusing

Joel iam-joel

⚒️
Focusing
View GitHub Profile
@ryanhanwu
ryanhanwu / Brewfile
Last active October 10, 2024 00:19
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'