-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
executable file
·143 lines (123 loc) · 5.69 KB
/
Copy pathBrewfile
File metadata and controls
executable file
·143 lines (123 loc) · 5.69 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# Taps
tap "git-friendly/git-friendly"
tap "jesseduffield/lazydocker"
tap "jesseduffield/lazygit"
tap "nikitabobko/tap"
tap "sst/tap"
tap "tw93/tap"
# CLI Tools
## Core System Utilities
brew "bat" # Clone of cat with syntax highlighting and Git integration
brew "curl" # Get a file from an HTTP, HTTPS or FTP server
brew "direnv" # Load/unload environment variables based on $PWD
brew "eza" # Modern, maintained replacement for ls
brew "fd" # Simple, fast and user-friendly alternative to find
brew "fzf" # Command-line fuzzy finder written in Go
brew "htop" # Improved top (interactive process viewer)
brew "jq" # Lightweight and flexible command-line JSON processor
brew "ripgrep" # Search tool like grep and The Silver Searcher
brew "tmux" # Terminal multiplexer
brew "wget" # Internet file retriever
brew "yazi" # Blazing fast terminal file manager written in Rust, based on async I/O
brew "zoxide" # Shell extension to navigate your filesystem faster
brew "zsh-autosuggestions" # Fish-like fast/unobtrusive autosuggestions for zsh
brew "zsh-syntax-highlighting" # Fish shell like syntax highlighting for zsh
# zsh-defer: no Homebrew formula available — installed via git clone in setup/misc.sh
## Development Tools
brew "ast-grep" # Code searching, linting, rewriting
brew "bats-core" # Bash Automated Testing System
brew "gh" # GitHub command-line tool
brew "git" # Distributed revision control system
brew "git-delta" # Syntax-highlighting pager for git and diff output
brew "jesseduffield/lazydocker/lazydocker" # Simple terminal UI for docker, written in Go
brew "lazygit" # Simple terminal UI for git commands
brew "mise" # Polyglot runtime manager (asdf rust clone)
brew "neovim" # Ambitious Vim-fork focused on extensibility and agility
brew "serve" # Static http server anywhere you need one
brew "starship" # Cross-shell prompt for astronauts
## Cloud & Infrastructure
brew "awscli" # Official Amazon AWS command-line interface
## Programming Languages & Package Managers
brew "luarocks" # Package manager for the Lua programming language
brew "pnpm" # Fast, disk space efficient package manager
brew "yarn" # JavaScript package manager
## Build Tools & Dependencies
brew "cmake" # Cross-platform make
brew "gettext" # GNU internationalization (i18n) and localization (l10n) library
brew "libgit2" # C library of Git core methods that is re-entrant and linkable
brew "ninja" # Small build system for use with gyp or CMake
brew "poppler" # PDF rendering library (based on the xpdf-3.0 code base)
brew "wimlib" # Library to create, extract, and modify Windows Imaging files
brew "xcodegen" # Generate your Xcode project from a spec file and your folder structure
## Document & Media Processing
brew "ghostscript" # Interpreter for PostScript and PDF
brew "imagemagick" # Tools and libraries to manipulate images in many formats
brew "mermaid-cli" # CLI for Mermaid library
brew "tectonic" # Modernized, complete, self-contained TeX/LaTeX engine
brew "tree-sitter" # Incremental parsing library
brew "tree-sitter-cli" # Parser generator tool
## Security & Networking
brew "bitwarden-cli" # Secure and free password manager for all of your devices
brew "cryptography" # Cryptographic recipes and primitives for Python
brew "nmap" # Port scanning utility for large networks
## System Maintenance
brew "tw93/tap/mole" # Comprehensive macOS cleanup and application uninstall tool
## AI & LLM Tools
brew "ollama" # Create, run, and share large language models (LLMs)
brew "sst/tap/opencode" # The AI coding agent built for the terminal
# GUI Applications
## Development Tools
cask "claude" # Anthropic's official Claude AI desktop app
cask "claude-code" # AI coding tool from Anthropic
cask "figma" # Collaborative design tool
cask "docker-desktop" # App to build and share containerized applications and microservices
cask "ghostty" # Terminal emulator that uses platform-native UI and GPU acceleration
cask "karabiner-elements" # Keyboard customizer
cask "ngrok" # Reverse proxy, secure introspectable tunnels to localhost
cask "ollama-app" # Get up and running with large language models locally
cask "raycast" # Control your tools with a few keystrokes
cask "utm" # Virtualization tool for macOS to run Windows, Linux, and more
cask "visual-studio-code" # Open-source code editor
## Security & Networking
cask "wireshark-app" # Network protocol analyzer
## Window Management
cask "nikitabobko/tap/aerospace" # AeroSpace is an i3-like tiling window manager for macOS
## Communication
cask "discord" # Voice and text chat software
cask "slack" # Team communication and collaboration software
cask "telegram" # Messaging app with a focus on speed and security
## Browsers
cask "google-chrome" # Web browser
## Media & Entertainment
cask "spotify" # Music streaming service
# Fonts
cask "font-meslo-lg-nerd-font" # Developer font with icons
# VSCode Extensions
vscode "aaron-bond.better-comments"
vscode "asvetliakov.vscode-neovim"
vscode "catppuccin.catppuccin-vsc"
vscode "csstools.postcss"
vscode "dbaeumer.vscode-eslint"
vscode "dracula-theme.theme-dracula"
vscode "eamodio.gitlens"
vscode "esbenp.prettier-vscode"
vscode "formulahendry.auto-rename-tag"
vscode "golang.go"
vscode "graphql.vscode-graphql"
vscode "graphql.vscode-graphql-syntax"
vscode "htmlhint.vscode-htmlhint"
vscode "mgmcdermott.vscode-language-babel"
vscode "ms-python.debugpy"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-python.vscode-python-envs"
vscode "ms-vscode-remote.remote-containers"
vscode "ms-vscode-remote.remote-ssh"
vscode "ms-vscode-remote.remote-ssh-edit"
vscode "ms-vscode.remote-explorer"
vscode "mvllow.rose-pine"
vscode "saoudrizwan.claude-dev"
vscode "stylelint.vscode-stylelint"
vscode "vscode-icons-team.vscode-icons"
# Go Packages
go "github.com/lotusirous/gostdsym/stdsym"