-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBrewfile
More file actions
96 lines (84 loc) · 2.01 KB
/
Copy pathBrewfile
File metadata and controls
96 lines (84 loc) · 2.01 KB
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
# Brewfile — development tools installed with `brew bundle`.
# Works on macOS and Homebrew on Linux. Idempotent.
# --- Shell & editor ---------------------------------------------------------
brew "fish"
brew "starship"
brew "neovim"
brew "zellij"
# --- Modern unix replacements -----------------------------------------------
brew "bat"
brew "choose-rust"
brew "eza"
brew "fd"
brew "fzf"
brew "git-delta"
brew "ripgrep"
brew "sd"
brew "zoxide"
# --- Data & text ------------------------------------------------------------
brew "csvq"
brew "jq"
brew "pandoc"
brew "yq"
# --- System & network -------------------------------------------------------
brew "axel"
brew "curl"
brew "htop"
brew "rclone"
brew "rsync"
brew "wget"
brew "xh"
# --- Files & archives -------------------------------------------------------
brew "rename"
brew "sevenzip"
brew "tree"
brew "upx"
brew "yazi"
# --- Git / VCS --------------------------------------------------------------
brew "gh"
brew "git"
brew "git-extras"
brew "git-lfs"
# --- Build toolchain --------------------------------------------------------
brew "boost"
brew "cmake"
brew "cppcheck"
brew "nasm"
brew "tbb"
brew "yasm"
# --- Language runtimes & version managers -----------------------------------
brew "fnm"
brew "go"
brew "rbenv"
brew "ruby-install"
brew "uv"
brew "crystal", if: OS.mac?
brew "kotlin", if: OS.mac?
brew "ktor", if: OS.mac?
# --- Containers -------------------------------------------------------------
brew "docker"
# --- Docs / OCR / PDF -------------------------------------------------------
brew "exiftool"
brew "ocrmypdf"
brew "pdfgrep"
brew "tesseract-lang"
# --- Utilities --------------------------------------------------------------
brew "borgbackup"
brew "clamav"
brew "ent"
brew "scc"
# --- Gap additions (modern dev/ops tools) -----------------------------------
brew "difftastic"
brew "direnv"
brew "doggo"
brew "dust"
brew "glow"
brew "hyperfine"
brew "just"
brew "lazygit"
brew "lnav"
brew "miller"
brew "opentofu"
brew "ouch"
brew "tldr"
brew "watchexec"