Skip to content

Instantly share code, notes, and snippets.

@eriknguyen
Last active November 20, 2025 04:25
Show Gist options
  • Select an option

  • Save eriknguyen/1e89c68e7217369ea104336261a747db to your computer and use it in GitHub Desktop.

Select an option

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"
brew "git-lfs"
brew "ruby"
brew "openjdk@17"
# 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