Skip to content

Instantly share code, notes, and snippets.

@vochicong
Last active November 20, 2019 07:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vochicong/1d0a1d21c58314d4d4546570c3ac77f8 to your computer and use it in GitHub Desktop.
Save vochicong/1d0a1d21c58314d4d4546570c3ac77f8 to your computer and use it in GitHub Desktop.
.Brewfile
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
brew "docker"
brew "docker-compose"
brew "gist"
brew "git"
brew "hub"
brew "jq"
brew "neovim"
brew "nvm"
brew "ruby-build"
brew "rbenv"
brew "rbenv-communal-gems"
brew "tmux"
cask "bitwarden"
cask "clockify"
cask "discord"
cask "docker"
cask "evernote"
cask "github"
cask "google-backup-and-sync"
cask "google-chrome"
cask "google-chrome-canary"
cask "google-cloud-sdk"
cask "google-japanese-ime"
cask "iterm2"
cask "jetbrains-toolbox"
cask "kindle"
cask "miniconda"
cask "notion"
cask "onyx"
cask "skype"
cask "slack"
cask "viber"
cask "visual-studio-code"
cask "xmind"
@vochicong
Copy link
Author

vochicong commented May 3, 2019

To update this file from a Mac

brew bundle dump --global --force
gist -u 1d0a1d21c58314d4d4546570c3ac77f8 ~/.Brewfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment