-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
182 lines (173 loc) · 3.32 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
# Prerequisites
# -------------
# - Mac App Store CLI
brew 'mas'
# Essentials
# ----------
# – browsers
cask 'arc'
cask 'google-chrome'
cask 'firefox'
# – archiver
cask 'keka'
# – password manager
# (Mac App Store required for browser integration)
mas 'Bitwarden', id: 1352778147
# - prevent sleep
mas 'Coca', id: 1000808993
# Productivity
# ------------
# - window management
cask 'rectangle'
# - clean-up menu bar
cask 'bartender'
# - text expander
cask 'espanso'
# - clipboard manager
cask 'maccy'
# - easier drag'n'drop
mas 'Dropover', id: 1355679052
# - emoji picker
cask 'mumu-x'
# - night shift CLI
tap 'smudge/smudge'
brew 'smudge/smudge/nightlight'
# Communication
# -------------
# - Facebook Messenger
cask 'messenger'
# - Telegram
cask 'telegram'
# - Slack
cask 'slack'
# - email client
cask 'thunderbird'
# Office
# ------
# - Apple iWork
mas 'Pages', id: 409201541
mas 'Numbers', id: 409203825
mas 'Keynote', id: 409183694
# - Microsoft Office
cask 'microsoft-word'
cask 'microsoft-excel'
cask 'microsoft-powerpoint'
cask 'microsoft-onenote'
cask 'microsoft-outlook'
# - Adobe Creative Cloud
cask 'adobe-creative-cloud'
# - 3D modeling
cask 'autodesk-fusion'
# - Google Drive
cask 'google-drive'
# Development
# -----------
# - Git
brew 'git'
# - editors
brew 'nano'
cask 'visual-studio-code'
# - Docker
cask 'docker'
# - Git client
cask 'tower'
# - CLI autocomplete
cask 'codewhisperer'
# - GitHub CLI
brew 'gh'
# - Node version manager
brew 'nvm'
# - Python version manager and virtualenv
brew 'pyenv'
brew 'pyenv-virtualenv'
# - Ruby version manager
brew 'rbenv'
brew 'ruby-build'
# - AWS CLI + Session Manager plugin
brew 'awscli'
cask 'session-manager-plugin'
# - AWS CloudFormation linter
brew 'cfn-lint'
# - Google Cloud SDK
cask 'google-cloud-sdk'
# - Cloudflare Tunnel
tap 'cloudflare/cloudflare'
brew 'cloudflare/cloudflare/cloudflared'
# - Postman
cask 'postman'
# - PostgreSQL client
cask 'postico'
# - MongoDB client
cask 'mongodb-compass'
# - Redis client
cask 'redisinsight'
# - Stripe CLI
brew 'stripe/stripe-cli/stripe'
# Fun
# ---
# - music
cask 'spotify'
# - media players
cask 'iina'
cask 'vlc'
# Utilities
# ---------
# - OpenVPN client
cask 'tunnelblick'
# - WireGuard
mas 'Wireguard', id: 1451685025
brew 'wireguard-tools'
# - remote desktop
cask 'microsoft-remote-desktop'
# - external display brightness control
cask 'lunar'
# - FTP client
cask 'cyberduck'
# - OS images USB flasher
cask 'balenaetcher'
# - YouTube video downloader
brew 'yt-dlp'
# - GIF recorder
cask 'gifox'
# - file organizer
cask 'hazel'
# - video converter
brew 'ffmpeg'
# - JSON processor
brew 'jq'
# - encryption
brew 'gnupg'
# Fonts
# -----
tap 'homebrew/cask-fonts'
cask 'font-bebas-neue'
cask 'font-exo-2'
cask 'font-exo'
cask 'font-fira-code'
cask 'font-fira-mono'
cask 'font-fira-sans-condensed'
cask 'font-fira-sans-extra-condensed'
cask 'font-fira-sans'
cask 'font-montserrat-alternates'
cask 'font-montserrat-subrayada'
cask 'font-montserrat'
cask 'font-radio-canada'
cask 'font-roboto-flex'
cask 'font-roboto-mono'
cask 'font-roboto-serif'
cask 'font-roboto-slab'
cask 'font-roboto'
cask 'font-yrsa'
# Drivers
# -------
# - Logitech Options+
cask 'logi-options-plus'
# - Razer RGB control
cask '1kc-razer'
# - eObčanka
cask 'eobcanka'
# - HP printers
cask 'apple-hewlett-packard-printer-drivers'
# - YubiKey
cask 'yubico-yubikey-manager'
brew 'yubico-piv-tool'