-
Notifications
You must be signed in to change notification settings - Fork 5
/
Brewfile
61 lines (50 loc) · 804 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
59
60
61
tap 'homebrew/cask-versions'
tap 'homebrew/cask-fonts'
tap 'heroku/brew'
# `pinentry` tap
tap 'jorgelbg/tap'
# Searching
brew 'ack'
brew 'gnu-sed'
brew 'ripgrep'
brew 'fd'
brew 'rg'
# Terminal
brew 'eza'
brew 'bat'
brew 'starship'
brew 'tmux'
brew 'vivid'
cask 'wezterm'
brew 'yazi'
brew 'antidote'
# yazi dependencies
brew 'ffmpegthumbnailer'
brew 'jq' # JSON preview
brew 'poppler' # PDF preview
# Monitoring
brew 'htop'
# Coding
brew 'neovim'
brew 'tree-sitter'
brew 'tidy-html5'
brew 'pinentry-touchid'
# Spellcheck
brew 'openjdk'
brew 'codespell'
brew 'vale'
# Developer tools
brew 'gh'
brew 'git'
brew 'tig'
brew 'direnv'
# Ops
brew 'kubectl'
# Cloud Platforms
brew 'heroku'
# Utilities
brew 'topgrade'
brew 'ffmpeg'
# Fonts
cask 'font-recursive-code'
cask 'font-symbols-only-nerd-font'