Skip to content

Instantly share code, notes, and snippets.

@asyarb
Last active November 20, 2020 07:13
Show Gist options
  • Save asyarb/5f0bc5ce2dd14b0c85e98dc39a87c2b9 to your computer and use it in GitHub Desktop.
Save asyarb/5f0bc5ce2dd14b0c85e98dc39a87c2b9 to your computer and use it in GitHub Desktop.
Brewfile
# Options
cask_args appdir: '~/Applications'
# Taps
tap 'homebrew/cask'
tap 'homebrew/bundle'
tap 'homebrew/core'
tap 'homebrew/services'
tap 'homebrew/cask-fonts'
##################
# Casks
##################
cask 'docker'
cask 'google-chrome'
cask 'iterm2'
cask 'keepassx'
cask 'sketch'
cask 'spectacle'
cask 'visual-studio-code'
cask 'font-fira-code'
cask 'karabiner-elements'
cask 'spotify'
cask 'discord'
##################
# Brews
##################
# Shell
brew 'reattach-to-user-namespace'
brew 'tmux'
brew 'trash'
brew 'tree'
brew 'watchman'
brew 'zsh'
brew 'neovim'
# Git
brew 'git'
# JavaScript
brew 'n'
brew 'yarn', args: ['without-node']
# Database
# General
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment