-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
89 lines (86 loc) · 2.5 KB
/
Copy pathBrewfile
File metadata and controls
89 lines (86 loc) · 2.5 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
# Taps
tap "anomalyco/tap"
tap "charmbracelet/tap"
tap "homebrew/bundle"
tap "jetbrains/junie", "https://github.com/JetBrains/homebrew-junie.git"
# Plugin manager for zsh, inspired by antigen and antibody
brew "antidote"
# Official Amazon AWS command-line interface
brew "awscli"
# Freely available high-quality data compressor
brew "bzip2"
# Terminal-based AI coding assistant
brew "crush"
# Pluggable and configurable code formatting platform written in Rust
brew "dprint"
# Command-line fuzzy finder written in Go
brew "fzf"
# GitHub command-line tool
brew "gh"
# Interpreter for PostScript and PDF
brew "ghostscript"
# Distributed revision control system
brew "git"
# Enable transparent encryption/decryption of files in a git repo
brew "git-crypt"
# Fast linters runner for Go
brew "golangci-lint"
# Graph visualization software from AT&T and Bell Labs
brew "graphviz"
# GNU grep, egrep and fgrep
brew "grep"
# Popular GNU data compression program
brew "gzip"
# Lightweight and flexible command-line JSON processor
brew "jq"
# JetBrains coding agent CLI
brew "junie"
# CLI for Mermaid library
brew "mermaid-cli"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# Open-source, cross-platform JavaScript runtime environment
brew "node"
# Capability-based sandbox shell for AI agents with OS-enforced isolation
brew "nono"
# Create, run, and share large language models (LLMs)
brew "ollama", restart_service: :changed
# Terminal-based coding agent
brew "opencode"
# Swiss-army knife of markup format conversion
brew "pandoc"
# Password generator
brew "pwgen"
# Utility that provides fast incremental file transfer
brew "rsync"
# Static analysis and lint tool, for (ba)sh scripts
brew "shellcheck"
# Cross-shell prompt for astronauts
brew "starship"
# Organise software neatly under a single directory tree (e.g. /usr/local)
brew "stow"
# Terraform version manager inspired by rbenv
brew "tfenv"
# Code-search similar to ack
brew "the_silver_searcher"
# Terminal multiplexer
brew "tmux"
# Plugin manager for tmux
brew "tpm"
# Display directories as trees (with optional colour/HTML output)
brew "tree"
# Extraction utility for .zip compressed archives
brew "unzip"
# Syntax-aware linter for prose
brew "vale"
# General-purpose data compression with high compression ratio
brew "xz"
# Additional completion definitions for zsh
brew "zsh-completions"
# Terminal-based AI coding assistant
cask "claude-code"
# OpenAI's coding agent that runs in your terminal
cask "codex"
# Fonts
cask "font-fantasque-sans-mono"
cask "font-victor-mono"