-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
78 lines (55 loc) · 1.13 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# brew tap Homebrew/bundle
# brew bundle
# tap 'homebrew/bundle'
# for firefox-developer-edition, safari-technology-preview
tap 'homebrew/cask-versions'
tap 'thoughtbot/formulae'
brew 'rcm'
brew 'mas' # Mac App Store CLI
# TODO: use whalebrew instead of installing deps directly
cask 'docker'
# Communication
mas 'Slack', id: 803453959
cask 'zoom'
# cask 'keybase'
# Rosetta 2 required
# sudo softwareupdate --install-rosetta
# cask 'microsoft-teams'
# Utilities
cask '1password'
# Web browsers
cask 'microsoft-edge'
cask 'firefox-developer-edition'
cask 'safari-technology-preview'
cask 'google-chrome'
# Development
mas 'Xcode', id: 497799835
mas 'Developer', id: 640199958
mas 'TestFlight', id: 899247664
cask 'visual-studio-code'
cask 'dash'
brew 'git'
# brew 'git-lfs'
brew 'gh'
cask 'tower'
brew 'elixir'
brew 'node'
# brew 'yarn'
brew 'openjdk'
brew 'imagemagick'
cask 'postman'
cask 'ngrok'
cask 'postgres-unofficial'
cask 'tableplus'
cask 'imageoptim'
cask 'prince'
# for Developer Access script
brew 'bash'
brew 'jq'
brew 'dialog'
brew 'fop'
brew 'coreutils'
brew 'curl'
brew 'git'
brew 'awscli'
cask 'session-manager-plugin'