-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
58 lines (48 loc) · 836 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
cask_args appdir: '/Applications'
tap 'homebrew/bundle'
tap 'hashicorp/tap'
# essential
cask '1password'
cask '1password-cli'
cask 'firefox'
cask 'google-chrome'
cask 'iterm2'
cask 'omnifocus'
cask 'private-internet-access'
# utilities
brew 'curl'
brew 'git'
brew 'gpg2'
brew 'tree'
brew 'wget'
# development
brew 'pre-commit'
brew 'gh'
brew 'mise'
brew 'hashicorp/tap/terraform'
# brew 'kubernetes-cli', link: false
# brew 'pinentry-mac'
# postgresql development headers
brew 'libpq'
# text
cask 'espanso'
cask 'rectangle-pro'
cask 'joplin'
brew 'neovim'
cask 'sublime-text'
# misc
brew 'neofetch'
brew 'ffmpeg'
# cask 'transmission'
# cask 'transmission-remote-gui'
# ruby
brew 'autoconf'
brew 'gmp'
brew 'libyaml'
brew 'openssl@3'
brew 'readline'
# work related
cask 'google-cloud-sdk'
brew 'sops'
cask 'slack'
cask 'zoom'