-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
88 lines (71 loc) · 1.28 KB
/
Brewfile
File metadata and controls
88 lines (71 loc) · 1.28 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
# majorgreys Brewfile for macOS development setup
# Install with: brew bundle install
# Taps
tap "d12frosted/emacs-plus"
# Shells & Prompt
brew "fish"
brew "tmux"
brew "dtach"
brew "starship"
# Editors
brew "libgccjit"
brew "emacs-plus@30"
brew "vim"
brew "helix"
# Core Development Tools
brew "git"
brew "gh"
brew "git-delta"
brew "stow"
# Search & Navigation
brew "ripgrep"
brew "fd"
brew "fzf"
brew "zoxide"
# Modern CLI Tools
brew "bat"
brew "eza"
brew "htop"
brew "jq"
brew "yq"
# Build Tools
brew "cmake"
brew "tree-sitter"
# Lua (used by sketchybar via SbarLua)
brew "lua"
# Languages & Runtimes
brew "python@3.12"
brew "go"
brew "zig"
brew "node"
# Python Tools
brew "uv"
# Container Runtime
brew "colima"
brew "docker"
brew "docker-compose"
# File Watching
brew "fswatch"
# Environment & Config
brew "direnv"
brew "coreutils"
brew "topgrade"
# Documentation
brew "pandoc"
# Linters & Formatters
brew "graphviz"
brew "shellcheck"
brew "shfmt"
# Window Management
tap "nikitabobko/tap"
cask "nikitabobko/tap/aerospace"
cask "alt-tab"
tap "felixkratz/formulae"
brew "felixkratz/formulae/sketchybar"
# Fonts
cask "font-fira-code"
cask "font-fira-code-nerd-font"
cask "font-fontawesome"
cask "font-jetbrains-mono"
cask "font-jetbrains-mono-nerd-font"
cask "font-symbols-only-nerd-font"