-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
93 lines (83 loc) · 2.25 KB
/
Copy pathBrewfile
File metadata and controls
93 lines (83 loc) · 2.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
83
84
85
86
87
88
89
90
91
92
93
brew "mas" # Mac app store
# default utilities
brew "curl"
brew "git"
brew "rsync"
brew "wget"
# replacements of default utilities
brew "bat" # Better cat
brew "eza" # Better ls
brew "fd" # Better find
brew "git-delta" # Better Git diff viewer
brew "htop" # Better top
brew "httpie" # Better curl
brew "ripgrep" # Better grep
# command line tools
brew "bitwarden-cli"
brew "colima" # Container runtime
brew "devcontainer"
brew "difftastic" # Syntax-aware diff tool
brew "docker" # Docker client
brew "ffmpeg" # Video file converter
brew "fzf" # Fuzzy finder
brew "git-spice" # Git stacking tool
brew "git-who" # Git contributor statistics
brew "glow" # Markdown viewer
brew "hunspell" # Spell checker used by Emacs
brew "hyperfine" # Command-line benchmarking tool
brew "imagemagick"
brew "jq" # JSON processor
brew "just" # Command runner
brew "p7zip"
brew "pandoc"
brew "scc" # Lines of code counter
brew "tig" # Visual Git client
brew "unzip"
brew "switchaudio-osx" # Audio output switcher
brew "yq" # YAML processor
brew "yt-dlp" # Media downloader
# shell
brew "bash"
brew "zsh"
# programming languages
brew "go"
brew "python"
brew "ruby"
# programming language tools
brew "fnm" # Node version manager
brew "shellcheck" # Shell script linter
brew "shfmt" # Shell script formatter
brew "uv" # Python package manager
# web service clients
brew "gh" # GitHub
# macOS-only command line tools
brew "gnu-getopt" if OS.mac? # Better than BSD getopt
brew "gnu-sed" if OS.mac? # Better than BSD sed
brew "gnu-time" if OS.mac? # Better than BSD time
brew "grep" if OS.mac?
# applications
cask "brave-browser"
cask "claude"
cask "claude-code@latest"
cask "copilot-cli"
cask "emacs-app"
cask "figma"
cask "inkscape" # Vector image editor and command-line conversion tool
cask "karabiner-elements" # Keyboard customizer
cask "kdiff3" # Merge tool
cask "kitty" # GPU-accelerated terminal emulator
cask "linear"
cask "linearmouse"
cask "meld" # Comparison tool for version control, files, and directories
cask "motu-m-series" # Driver for Motu audio interface
cask "nextcloud"
cask "rectangle"
cask "slack" # Messaging
cask "spotify"
cask "visual-studio-code"
cask "wacom-tablet" # Driver for Wacom drawing tablets
# fonts
cask "font-input"
cask "font-noto-sans"
cask "font-open-sans"
cask "font-roboto"