Skip to content

Instantly share code, notes, and snippets.

@HyunSeob
Created November 30, 2018 11:29
Show Gist options
  • Save HyunSeob/3a17548878e784c224f1f82dd785b07d to your computer and use it in GitHub Desktop.
Save HyunSeob/3a17548878e784c224f1f82dd785b07d to your computer and use it in GitHub Desktop.
Brewfile
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
brew "autojump"
brew "bat"
brew "fzf"
brew "git-flow-avh"
brew "htop"
brew "mysql@5.7", restart_service: true, link: true
brew "node"
brew "python"
brew "watchman"
brew "yarn"
brew "zsh"
brew "heroku/brew/heroku"
cask "font-fira-code"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment