Created
          September 24, 2020 22:14 
        
      - 
      
- 
        Save asanchezr/7c598ec0cba43f263610793f1936e3b7 to your computer and use it in GitHub Desktop. 
Revisions
- 
        asanchezr created this gist Sep 24, 2020 .There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,36 @@ #!/bin/bash # Brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" #################################### # Brew apps #################################### brew install wget brew install git brew install cask brew install python #################################### # Main cask apps #################################### # brew cask install dropbox brew cask install slack brew cask install the-unarchiver brew cask install spotify brew cask install iterm2 brew cask install flux brew cask install gitkraken brew cask install firefox brew cask install google-chrome brew cask install visual-studio-code #################################### # Python apps #################################### pip3 install virtualenvwrapper # show hidden files on Mac defaults write com.apple.finder AppleShowAllFiles TRUE;killall Finder # AWS # sudo pip3 install --upgrade awscli