-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
62 lines (60 loc) · 3.26 KB
/
Brewfile
File metadata and controls
62 lines (60 loc) · 3.26 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
# CLI tools
brew "gh" # GitHub command-line tool
brew "git" # Distributed revision control system
brew "git-lfs" # Git extension for versioning large files
brew "nvm" # Manage multiple Node.js versions
brew "python@3.14" # Interpreted, interactive, object-oriented programming language
brew "pipenv" # Python dependency management tool
brew "postgresql@17" # Object-relational database system
brew "powerlevel10k" # Theme for Zsh
brew "pyenv" # Python version management
brew "bun" # Fast all-in-one JavaScript runtime
brew "pipx" # Execute binaries from Python packages in isolated environments
brew "pnpm" # Fast, disk space efficient package manager
brew "playwright-cli" # Cross-browser end-to-end testing framework CLI
brew "tmux" # Terminal multiplexer
brew "uv" # Extremely fast Python package installer and resolver
brew "yq" # YAML/XML/TOML processor based on jq
brew "gastown" # Installed tool (keep)
brew "rtk" # Installed tool (keep)
brew "zsh-autosuggestions" # Fish-like autosuggestions for Zsh
brew "zsh-fast-syntax-highlighting" # Feature-rich syntax highlighting for Zsh
brew "fd" # Simple, fast alternative to find
brew "ffmpeg" # Play, record, convert, and stream audio and video
brew "imagemagick" # Tools and libraries to manipulate images
brew "jq" # Lightweight command-line JSON processor
brew "poppler" # PDF rendering library
brew "resvg" # SVG rendering library
brew "ripgrep" # Search tool like grep, but fast
brew "sevenzip" # 7-Zip file archiver
brew "pi-coding-agent" # AI agent toolkit (pi)
# GUI apps (Casks)
cask "visual-studio-code" # VS Code
cask "google-chrome" # Chrome
cask "telegram" # Telegram
cask "iterm2" # iTerm2
cask "sublime-text" # Sublime Text
cask "claude" # Anthropic's official Claude AI desktop app
cask "claude-code" # Terminal-based AI coding assistant
cask "font-symbols-only-nerd-font" # Nerd Font for symbols/icons
cask "git-credential-manager" # Git Credential Manager
cask "docker-desktop" # Docker Desktop
cask "1password-cli" # 1Password CLI
cask "tailscale" # Tailscale VPN
# VS Code Extensions
vscode "anthropic.claude-code"
vscode "burkeholland.simple-react-snippets"
vscode "dbaeumer.vscode-eslint"
vscode "dsznajder.es7-react-js-snippets"
vscode "equimper.react-native-react-redux"
vscode "esbenp.prettier-vscode"
vscode "github.vscode-github-actions"
vscode "gruntfuggly.todo-tree"
vscode "ms-python.debugpy"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-python.vscode-python-envs"
vscode "ms-vscode.vscode-typescript-next"
vscode "msjsdiag.vscode-react-native"
vscode "redhat.vscode-yaml"
vscode "ryanolsonx.solarized"