Last active
          September 19, 2025 03:32 
        
      - 
      
- 
        Save eriknguyen/1e89c68e7217369ea104336261a747db to your computer and use it in GitHub Desktop. 
    Brewfile
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 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