-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
172 lines (172 loc) · 5.12 KB
/
Brewfile
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
tap "filosottile/gomod"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/services"
tap "rouge8/rouge8"
# Run your GitHub Actions locally
brew "act"
# Terminal bandwidth utilization tool
brew "bandwhich"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Bash scripts that integrate bat with various command-line tools
brew "bat-extras"
# New way to see and navigate directory trees
brew "broot"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Top-like interface for container metrics
brew "ctop"
# Tool for exploring each layer in a docker image
brew "dive"
# Perform least recently used (LRU) eviction of Docker images
brew "docuum"
# More intuitive version of du in rust
brew "dust"
# General purpose Language Server
brew "efm-langserver"
# Run arbitrary commands when files change
brew "entr"
# Fast partial replacement for the codemod tool
brew "fastmod"
# Simple, fast and user-friendly alternative to find
brew "fd"
# User-friendly command-line shell for UNIX-like operating systems
brew "fish"
# Command-line fuzzy finder written in Go
brew "fzf"
# GitHub command-line tool
brew "gh"
# Distributed revision control system
brew "git"
# High-velocity, monorepo-scale workflow for Git
brew "git-branchless"
# Command-line tool to delete merged Git branches
brew "git-delete-merged-branches"
# Syntax-highlighting pager for git and diff output
brew "git-delta"
# GNU implementation of the famous stream editor
brew "gnu-sed"
# GNU implementation of time utility
brew "gnu-time"
# Open source programming language to build simple/reliable/efficient software
brew "go"
# Tool for creating isolated virtual python environments
brew "virtualenv"
# Command-line hex viewer
brew "hexyl"
# Command-line benchmarking tool
brew "hyperfine"
# Tools and libraries to manipulate images in many formats
brew "imagemagick"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Pager program similar to more
brew "less"
# Language Server for the Lua language
brew "lua-language-server"
# Utility for directing compilation
brew "make"
# Polyglot runtime manager (asdf rust clone)
brew "mise"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# HTTP load generator, inspired by rakyll/hey with tui animation
brew "oha"
# PostgreSQL syntax beautifier
brew "pgformatter"
# Execute binaries from Python packages in isolated environments
brew "pipx"
# Python package management tool
brew "poetry"
# Framework for managing multi-language pre-commit hooks
brew "pre-commit"
# Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
brew "prettier"
# Static type checker for Python
brew "pyright"
# Launch your Python interpreter the lazy/smart way
brew "python-launcher"
# Interpreted, interactive, object-oriented programming language
brew "python@3.12"
# Command-line toolbox for fancy output in the terminal
brew "rich-cli"
# Search tool like grep and The Silver Searcher
brew "ripgrep"
# Extremely fast Python linter, written in Rust
brew "ruff"
# Fast and accurate code counter with complexity and COCOMO estimates
brew "scc"
# Intuitive find & replace CLI
brew "sd"
# Easily detect and prevent bugs and anti-patterns in your codebase
brew "semgrep"
# Autoformat shell script source code
brew "shfmt"
# Cross-shell prompt for astronauts
brew "starship"
# Opinionated Lua code formatter
brew "stylua"
# Terraform Language Server
brew "terraform-ls"
# Generic Python virtualenv management and test command-line tool
brew "tox"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Text manipulation and cutting tool
brew "tuc"
# Vim script Language Lint
brew "vint"
# Python virtual environment manager for the fish shell
brew "virtualfish"
# Internet file retriever
brew "wget"
# Friendly and fast tool for sending HTTP requests
brew "xh"
# Linter for YAML files
brew "yamllint"
# Process YAML, JSON, XML, CSV and properties documents from the CLI
brew "yq"
# In terminal graphical metrics for your *nix system
brew "zenith"
# brew command to cleanly install binaries from Go modules
brew "filosottile/gomod/brew-gomod"
# Tool for CLIs
brew "usage"
# Show where time is wasted during the context upload of `docker build`
brew "rouge8/rouge8/docker-show-context", args: ["HEAD"]
# Password manager that keeps all passwords secure behind one password
cask "1password"
# Client for the Dropbox cloud storage service
cask "dropbox"
# Web browser
cask "firefox"
# Screen colour temperature controller
cask "flux"
# Icon font for Visual Studio Code
cask "font-codicon"
# Developer targeted fonts with a high number of glyphs
cask "font-fira-code-nerd-font"
# Web browser
cask "google-chrome"
# Menu bar calendar
cask "itsycal"
# Tool to prevent the system from going into sleep mode
cask "keepingyouawake"
# GPU-based terminal emulator
cask "kitty"
# Text editor
cask "macvim"
# Utility to move and zoom windows—on one display
cask "moom"
# Calculator and converter application
cask "numi"
# Emoji picker optimized for blind people
cask "rocket"
# Team communication and collaboration software
cask "slack"
# Open-source code editor
cask "visual-studio-code"
# Video communication and virtual meeting platform
cask "zoom"