-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
52 lines (45 loc) · 872 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
# vim: syntax=ruby filetype=ruby
brew "ack"
brew "age"
brew "bat"
brew "ctags"
brew "diff-so-fancy"
brew "direnv"
brew "fd"
brew "fzf"
brew "gh"
brew "git"
brew "git-delta"
brew "git-lfs"
brew "glow" # replacement for mdcat
brew "graphviz"
brew "hexyl"
brew "jump"
brew "mdcat" # deprecated
brew "p7zip"
brew "pstree"
brew "ripgrep"
brew "tmux"
brew "tree"
brew "tree-sitter"
brew "vim"
brew "wget"
brew "xz"
## useful TUI utilities
brew "broot"
brew "htop"
brew "lazygit"
brew "ncdu"
brew "tig"
# sed for json: https://robots.thoughtbot.com/jq-is-sed-for-json
brew "jq"
# jq-like utility for yaml files
brew "yq"
# macOS ships with an older version that doesn't support `diff --color`.
brew "diffutils"
# Personal manpages, written in Markdown
brew "um"
# System information utility, with terminal colors sample.
brew "fastfetch"
# a modern Vim fork
brew "neovim"