Skip to content

Instantly share code, notes, and snippets.

@indeedably
Created January 4, 2020 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indeedably/ef5aa64ba58a5336d67901f0427e2152 to your computer and use it in GitHub Desktop.
Save indeedably/ef5aa64ba58a5336d67901f0427e2152 to your computer and use it in GitHub Desktop.
Build a mac
/*
Setting up a new Mac
*/
#!/bin/bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install cask
brew install ffmpeg
brew install git
brew install wget
brew cask install docker
brew cask install dropbox
brew cask install firefox
brew cask install freedome
brew cask install github
brew cask install google-chrome
brew cask install github
brew cask install parallels
brew cask install textmate
brew cask install visual-studio-code
brew cask install vlc
xcode-select --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment