forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
42 lines (31 loc) · 793 Bytes
/
Brewfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
cask_args appdir: '/Applications'
tap 'homebrew/bundle'
# holman's
#brew 'ruby-build'
# brew 'spaceman-diff'
# cask '1password' -- something weird with recognizing current version
# cask 'sonos' -- something weird with recognizing current version
# cask 'warp' -- -- something weird with recognizing current version
# cask 'whatsapp'
# cask 'visual-studio-code' -- something weird with recognizing current version
## Other Dev tools
brew 'git-lfs'
# Heroku CLI
tap 'heroku/brew'
brew 'heroku'
# puma-dev
brew 'puma/puma/puma-dev'
# AWS CLI
brew 'awscli'
cask 'session-manager-plugin'
# MySQL
brew '[email protected]'
brew '[email protected]'
# Node
brew 'fnm'
# PostgreSQL
brew 'postgresql@13'
## Various utilities
brew 'coreutils' # for various system commands in terminal
brew 'gpg'
# brew php