Skip to content

Instantly share code, notes, and snippets.

@vochicong
Last active March 23, 2019 15:57
Show Gist options
  • Select an option

  • Save vochicong/9139953e4acd63e090459bf16d65d722 to your computer and use it in GitHub Desktop.

Select an option

Save vochicong/9139953e4acd63e090459bf16d65d722 to your computer and use it in GitHub Desktop.
brew bundleでMacのアプリをまとめてインストール・管理 ref: https://qiita.com/vochicong/items/f20afc89a6847cd58f0f
# Brewfile
cask_args appdir: "/Applications"
tap "caskroom/cask"
tap "homebrew/bundle"
tap "homebrew/core"
cask "google-chrome"
cask "slack"
cask "github"
brew "git"
brew "vim"
brew "zsh"
brew "zsh-completions"
cask "iterm2"
cask "atom"
cask "jetbrains-toolbox"
brew "docker"
cask "docker"
cp ~/.Brewfile ~/.Brewfile.bak
brew bundle dump --global --force
gist ~/.Brewfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment