Skip to content

Instantly share code, notes, and snippets.

@eriknguyen
Last active September 19, 2025 03:32
Show Gist options
  • Save eriknguyen/1e89c68e7217369ea104336261a747db to your computer and use it in GitHub Desktop.
Save eriknguyen/1e89c68e7217369ea104336261a747db to your computer and use it in GitHub Desktop.
Brewfile
# dev essentials
brew "git"
brew "fnm"
brew "yarn"
brew "pnpm"
brew "pyenv"
# Utilities
cask "logi-options+"
cask "rectangle" # windows shortcut
cask "karabiner-elements" # Keyboard customiser
# Development
cask "warp"
cask "visual-studio-code"
cask "cursor"
cask "xcodes-app"
# dev utils
cask "insomnia"
cask "mockoon"
cask "requestly"
# cask "charles" - if you can pay
# ai
cask "claude"
# Browsers & Media
cask "google-chrome"
cask "spotify"
# other
cask "notion"
cask "slack"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment