-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
209 lines (191 loc) · 5.56 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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
# https://github.com/Homebrew/homebrew-bundle
# - some cask packages and App Store applications ask for password
# - see comments before package or application for postinstallation setup
# - see `brew services` on how to manage services for supported forumalae
#-------------------------------------------------------------------------------
# Taps (third-party repositories)
#
# homebrew/bundle and homebrew/services are automatically installed (tapped)
# when corresponding commands (`brew bundle` or `brew services`) are run
#-------------------------------------------------------------------------------
tap 'beeftornado/rmtree'
tap 'clojure-lsp/brew'
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
# https://github.com/osxfuse/osxfuse/issues/818#issuecomment-985739918
tap 'gromgit/homebrew-fuse'
#-------------------------------------------------------------------------------
# Homebrew
#-------------------------------------------------------------------------------
# After installation:
# - `aws configure`
brew 'awscli'
# `cat` on steroids
brew 'bat'
# Install manually by downloading dmg file
#brew 'cgoban'
#brew 'exiftool'
brew 'ffmpeg'
brew 'git'
brew 'gpg'
brew 'htop'
brew 'imagemagick'
brew 'jq'
# For psql and pg_dump
#brew 'libpq'
# Used as viewer for html files in mc
#brew 'lynx'
brew 'macvim'
brew 'mas'
brew 'mc'
brew 'node'
brew 'ntfs-3g-mac'
#brew 'overmind'
brew 'p7zip'
#brew 'pg_top'
# Use docker-compose.yml instead, install libpq for psql and pg_dump
#brew 'postgresql', restart_service: :changed
brew 'ripgrep'
brew 'ssh-copy-id'
# For `brew install font-inconsolata-lgc`
brew 'svn'
brew 'tmux'
brew 'tokei'
brew 'tree'
brew 'wget'
brew 'yarn'
brew 'yt-dlp'
# Make it a login shell: `chsh -s /bin/zsh` (all available shells are listed
# in /etc/shells, current shell can be printed with `echo $0` command)
brew 'zsh'
#-------------------------------------------------------------------------------
# Cask
#-------------------------------------------------------------------------------
cask_args appdir: '/Applications'
# for mvrviewer-4.6.1213.air
# https://community.adobe.com/t5/air/adobe-air-framework-is-damaged-and-can-t-be-opened/m-p/10799074#M55885
#
# After installation:
# - `sudo xattr -r -d com.apple.quarantine /Library/Frameworks/Adobe\ AIR.framework`
#
# `Download failed` error
#cask 'adobe-air'
cask 'anki'
cask 'chatgpt'
cask 'flux'
# For iTerm2
cask 'font-inconsolata-lgc'
cask 'goldendict'
cask 'google-chrome'
cask 'gopanda'
cask 'iterm2'
cask 'macfuse'
cask 'mpv'
cask 'ngrok'
cask 'notion'
cask 'obsidian'
#cask 'openemu'
#cask 'skype'
cask 'steam'
cask 'tomighty'
cask 'transmission'
cask 'font-ubuntu'
#cask 'vagrant'
#cask 'virtualbox'
#cask 'virtualbox-extension-pack'
# `Download failed` error
#cask 'whatsapp'
cask 'yaak'
cask 'zoom'
#-------------------------------------------------------------------------------
# App Store
#
# mas search Trello
#-------------------------------------------------------------------------------
mas 'AdBlock', id: 1402042596
mas 'Cloud Mail.Ru', id: 893068358
mas 'Dashlane – Password Manager', id: 517914548
#mas 'Dual N-Back - Train of Thought', id: 1104323582
#mas 'Evernote', id: 406056744
# - Preferences:
# - Window Mover:
# - Move: <S-M> + one finger (+ Left Mouse Button for mouse)
# - Resize: <S-M> + two fingers (+ Right Mouse Button for mouse)
# - Layouts:
# - Maximize: <S-M-CR>
# - Preferences:
# - [x] Autostart on system login
# - [ ] Show icon in menu bar
# - [ ] Show icon in Dock
#mas 'Flexiglass', id: 426410278
#mas 'FTP Server', id: 987045856
mas 'Ghostery Lite', id: 1436953057
#mas 'Jira Cloud by Atlassian', id: 1475897096
#mas 'Marked 2', id: 890031187
#mas 'Microsoft Remote Desktop', id: 715768417
# - Preferences:
# - General:
# - After upload:
# - [ ] Open in browser
# - [x] Launch at login
# - Hotkeys:
# - Capture area: <M-1> (<M-D-5> is used by default)
mas 'Monosnap', id: 540348655
# - Preferences:
# - Shortcuts:
# - General -> Show Magnifier: <M-2>
mas 'Sip', id: 507257563
mas 'Slack for Desktop', id: 803453959
mas 'Telegram Desktop', id: 946399090
#mas 'iA Writer', id: 775737590
#-------------------------------------------------------------------------------
# LSP
#-------------------------------------------------------------------------------
brew 'clojure-lsp-native'
brew 'elixir-ls'
# https://golangci-lint.run/usage/install/#macos
# > brew can use a non-expected version of Go to build the binary
# => there was error when I upgraded golang from 1.20.3 to 1.21.1
#brew 'golangci-lint'
brew 'gopls'
brew 'lua-language-server'
#-------------------------------------------------------------------------------
# inDrive
#-------------------------------------------------------------------------------
tap 'jimeh/emacs-builds'
tap 'mongodb/brew'
brew 'bfg'
brew 'cockroach-sql'
brew 'fd'
brew 'fzf'
brew 'gh'
brew 'gradle'
# for pprof
brew 'graphviz'
brew 'helm'
brew 'ipcalc'
brew 'k9s'
brew 'kubectx'
brew 'mongodb-database-tools'
brew 'ncdu'
brew 'colima'
brew 'docker'
# docker-buildx is a Docker plugin. For Docker to find this plugin, symlink it:
# mkdir -p ~/.docker/cli-plugins
# ln -sfn /opt/homebrew/opt/docker-buildx/bin/docker-buildx ~/.docker/cli-plugins/docker-buildx
brew 'docker-buildx'
brew 'docker-compose'
#cask 'drawio'
cask 'emacs-app-monthly'
cask 'figma'
cask 'google-cloud-sdk'
cask 'intellij-idea'
#cask 'maccy'
cask 'microsoft-edge'
cask 'openlens'
cask 'postman'
#cask 'protonvpn'
mas '1Password 7 - Password Manager', id: 1333542190
mas 'Google Tasks Client - To-Do', id: 1498581975
mas 'WireGuard', id: 1451685025