-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
82 lines (73 loc) · 1.25 KB
/
Brewfile
File metadata and controls
82 lines (73 loc) · 1.25 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
# Brewfile - Declarative Homebrew dependencies
# Install with: brew bundle
# Update with: ./sync-brewfile.sh
# Core tools
brew "bat"
brew "cmake"
brew "coreutils"
brew "fzf"
brew "git"
brew "make"
brew "neovim"
brew "ripgrep"
brew "tmux"
brew "tree"
brew "uv"
brew "wget"
# Third-party taps
tap "coursier/formulas"
# Dev languages & runtimes
brew "coursier/formulas/coursier"
brew "go"
brew "node"
brew "pnpm"
brew "rustup"
# Git tools
brew "bfg"
brew "gh"
brew "git-filter-repo"
brew "git-lfs"
# Container & supply-chain tools
brew "cosign"
brew "crane"
brew "dive"
brew "docker-compose"
brew "grype"
brew "ollama"
brew "oras"
brew "skopeo"
brew "trivy"
brew "zizmor"
# LSP servers & formatters
brew "lua-language-server"
brew "shellcheck"
brew "stylua"
brew "tree-sitter"
# Utilities
brew "btop"
brew "difftastic"
brew "dust"
brew "ffmpeg"
brew "glow"
brew "hexedit"
brew "hugo"
brew "jless"
brew "jq"
brew "ncdu"
brew "procs"
# Casks (GUI applications, fonts, and CLI tools)
cask "claude-code"
cask "bruno"
cask "docker-desktop"
cask "font-fira-code-nerd-font"
cask "ghostty"
cask "gimp"
cask "rectangle"
# Unsorted (new since last organization)
tap "anchore/grant"
tap "anchore/grype"
tap "homebrew/bundle"
brew "lima"
brew "syft"
brew "tree-sitter-cli"
cask "docker"