awsclipython3jqghnodepipx
          Last active
          December 30, 2021 15:28 
        
      - 
      
 - 
        
Save dnorton/7b908ba66d7c747f94c5b2e1e8966860 to your computer and use it in GitHub Desktop.  
    brew packages I always install on a new machine
  
        
  
    
      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
    
  
  
    
  | #!/bin/bash | |
| # Let's start by installing homebrew (https://brew.sh) | |
| if ! command -v brew &> /dev/null | |
| then | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| fi | |
| brew install docker node awscli python php pipx gh | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment