Skip to content

Instantly share code, notes, and snippets.

@przbadu
Last active June 1, 2017 04:53
Show Gist options
  • Save przbadu/34e1ab36b881ef3498b8dfac4f731266 to your computer and use it in GitHub Desktop.
Save przbadu/34e1ab36b881ef3498b8dfac4f731266 to your computer and use it in GitHub Desktop.
Manage brew packages in Brewfile
tap 'caskroom/cask'
tap 'caskroom/fonts'
brew 'ack'
brew 'ctags'
brew 'git'
brew 'gdrive'
brew '[email protected]'
brew 'imagemagick'
brew 'vim'
brew 'tmux'
brew 'the_silver_searcher'
brew 'macvim'
brew 'mysql'
brew 'nvm'
brew 'postgresql'
brew 'rcm'
brew 'rbenv'
brew 'redis'
brew 'reattach-to-user-namespace'
brew 'watchman'
brew 'yarn'
brew 'zsh'
brew 'zsh-completions'
brew 'youtube-dl'
cask '1password'
cask 'alfred'
cask 'appcleaner'
cask 'cleanmymac'
cask 'dropbox'
cask 'flux'
cask 'folx'
cask 'font-hack-nerd-font'
cask 'firefox'
cask 'gimp'
cask 'google-chrome'
cask 'skype'
cask 'spectacle'
cask 'sequel-pro'
cask 'slack'
cask 'utorrent'
cask 'vlc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment