-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
152 lines (133 loc) · 2.41 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# core utils
brew "coreutils"
brew "moreutils"
brew "findutils"
brew "gnu-sed"
brew "gzip"
brew "rcm"
# build tools
brew "automake"
brew "autoconf"
brew "libyaml"
brew "readline"
brew "libxslt"
brew "libtool"
brew "unixodbc"
# helpers
brew "mas"
brew "ripgrep"
brew "fd"
brew "grep"
brew "pwgen"
brew "openssh"
brew "tree"
brew "watch"
brew "htop"
brew "nmap"
brew "ifstat"
brew "fzf"
# development tools
brew "asdf"
cask "1password-cli"
brew "git"
brew "vim"
brew "ffmpeg"
brew "imagemagick"
brew "dmg2img"
brew "ctop"
brew "mitmproxy"
brew "wget"
brew "httpie"
brew "jq"
brew "dnsmasq"
brew "mkcert"
# vendor specific tools
brew "doctl"
brew "hcloud"
# documentation tools
brew "markdown"
brew "graphviz"
brew "pandoc"
# terminal tools
brew "screen"
brew "tmux"
brew "reattach-to-user-namespace"
# Cask apps
# Fonts
tap "homebrew/cask-fonts"
cask "font-inter"
cask "font-jetbrains-mono"
cask "font-jetbrains-mono-nerd-font"
cask "font-pacifico"
# Essentials
cask "1password"
cask "appdelete"
cask "bartender"
cask "daisydisk"
cask "enpass"
cask "gpg-suite"
cask "hyperdock"
cask "istat-menus"
cask "lulu"
cask "nextcloud"
cask "raycast"
cask "tunnelblick"
cask "rectangle"
# Office
cask "microsoft-excel"
cask "microsoft-word"
cask "microsoft-powerpoint"
# Browsers
cask "firefox"
cask "google-chrome"
cask "microsoft-edge"
# Communication
cask "discord"
cask "jitsi-meet"
cask "mattermost"
cask "microsoft-teams"
cask "signal"
cask "slack"
cask "whatsapp"
# Development
cask "docker"
tap "mutagen-io/mutagen"
brew "mutagen-io/mutagen/mutagen"
brew "mutagen-io/mutagen/mutagen-compose"
brew "kubectl"
brew "kustomize"
brew "kubeseal"
cask "android-studio"
cask "drawio"
cask "figma"
cask "gas-mask"
cask "kitty"
cask "linear-linear"
cask "mjml"
cask "notion"
cask "postman"
cask "stoplight-studio"
cask "tableplus"
cask "visual-studio-code"
# Misc
cask "calibre"
cask "fliqlo"
cask "kindle"
tap "homebrew/cask-drivers"
cask "sonos"
# App Store apps
mas "1Password for Safari", id: 1569813296
mas "Color Picker", id: 641027709
mas "Dark Reader for Safari", id: 1438243180
mas "Keynote", id: 409183694
mas "Microsoft To Do", id: 1274495053
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Pixelmator Pro", id: 1289583905
mas "Save to Raindrop.io", id: 1549370672
mas "Spark", id: 1176895641
mas "Tyme", id: 1461456897
mas "Vimari", id: 1480933944
mas "virtualOS", id: 1614659226
mas "Xcode", id: 497799835
mas "Yoink", id: 457622435