Skip to content

Instantly share code, notes, and snippets.

@asanchezr
Created September 24, 2020 22:14
Show Gist options
  • Save asanchezr/7c598ec0cba43f263610793f1936e3b7 to your computer and use it in GitHub Desktop.
Save asanchezr/7c598ec0cba43f263610793f1936e3b7 to your computer and use it in GitHub Desktop.

Revisions

  1. asanchezr created this gist Sep 24, 2020.
    36 changes: 36 additions & 0 deletions macOS-setup.sh
    Original 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