Skip to content

Instantly share code, notes, and snippets.

@corygibbons
Created November 14, 2016 06:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save corygibbons/9657fe1a84ad077eb740a0d0ba0ab88e to your computer and use it in GitHub Desktop.
Save corygibbons/9657fe1a84ad077eb740a0d0ba0ab88e to your computer and use it in GitHub Desktop.
Homebrew setup script
#!/bin/sh
# Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install Homebrew Cask
brew tap caskroom/cask
# Install General Apps
brew cask install google-drive
brew cask install notion
brew cask install flux
brew cask install fantastical
brew cask install slack
# Install Design Apps Design
brew cask install sketch
brew cask install framer
brew cask install adobe-creative-cloud
brew cask install adobe-photoshop-cc
# Install Fonts
brew tap caskroom/fonts
brew cask install font-roboto
brew cask install font-karla
brew cask-install font-work-sans
brew cask install font-comic-neue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment