-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
157 lines (157 loc) · 5.08 KB
/
Brewfile
File metadata and controls
157 lines (157 loc) · 5.08 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# tap "auth0/auth0-cli"
# tap "encoredev/tap"
tap "felixkratz/formulae"
# tap "filosottile/musl-cross"
# tap "hashicorp/tap"
tap "homebrew/bundle"
tap "homebrew/services"
tap "julien-cpsn/atac"
tap "nikitabobko/tap"
tap "sergiobenitez/osxct"
# tap "supabase/tap"
# Run your GitHub Actions locally
# brew "act"
# Improved shell history for zsh, bash, fish and nushell
brew "atuin"
# Official Amazon AWS command-line interface
brew "awscli"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Get/set bluetooth power and discoverable state
brew "blueutil"
# Resource monitor. C++ version and continuation of bashtop and bpytop
brew "btop"
# Low-level library for pixel manipulation
# brew "pixman"
# Vector graphics library with cross-device output support
# brew "cairo"
# Powerful, clean, object-oriented scripting language
# brew "ruby"
# Dependency manager for Cocoa projects
brew "cocoapods"
# Secure runtime for JavaScript and TypeScript
brew "deno"
# Diff that understands syntax
brew "difftastic"
# Convert text between DOS, UNIX, and Mac formats
brew "dos2unix"
# Collection of reusable C++ library artifacts developed at Facebook
brew "folly"
# C++14 implementation of the TLS-1.3 standard
brew "fizz"
# QUIC transport protocol implementation
brew "mvfst"
# Modular, composable client/server abstractions framework
brew "wangle"
# Facebook's branch of Apache Thrift, including a new C++ server
brew "fbthrift"
# Thrift functions for querying information from a service
brew "fb303"
# Shared library for Watchman and Eden projects
brew "edencommon"
# Programming language for highly scalable real-time systems
# brew "erlang"
# Functional metaprogramming aware language built on Erlang VM
# brew "elixir"
# Modern, maintained replacement for ls
brew "eza"
# Simple, fast and user-friendly alternative to find
brew "fd"
# Collection of GNU find, xargs, and locate
brew "findutils"
# OpenType text shaping engine
brew "harfbuzz"
# Database version control to control migrations
brew "flyway"
# Command-line fuzzy finder written in Go
brew "fzf"
# GitHub command-line tool
brew "gh"
# Syntax-highlighting pager for git and diff output
brew "git-delta"
# Validating, recursive, caching DNS resolver
brew "unbound"
# GNU Pretty Good Privacy (PGP) package
brew "gnupg"
# Improved top (interactive process viewer)
brew "htop"
# Serializes the output of command-line tools to structured JSON output
brew "jc"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Library for database change tracking
brew "liquibase"
# Powerful, lightweight programming language
brew "lua"
# Simple tool to make locally trusted development certificates
brew "mkcert"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# Retrieves currently playing media, and simulates media actions
brew "nowplaying-cli"
# Modern shell for the GitHub era
brew "nushell"
# Framework for layout and rendering of i18n text
brew "pango"
# Manage compile and link flags for libraries
brew "pkg-config"
# Object-relational database system
# brew "postgresql@14"
# Object-relational database system
# brew "postgresql@15"
# Object-relational database system
# brew "postgresql@16"
# Easily download, build, install, upgrade, and uninstall Python packages
# brew "python-setuptools"
# Persistent key-value database, with built-in net interface
# brew "redis", restart_service: true
# Search tool like grep and The Silver Searcher
brew "ripgrep"
# Generate type safe Go from SQL
brew "sqlc"
# Cross-shell prompt for astronauts
brew "starship"
# Organize software neatly under a single directory tree (e.g. /usr/local)
brew "stow"
# Change macOS audio source from the command-line
brew "switchaudio-osx"
# Terraform version manager inspired by rbenv
# brew "tfenv"
# Terminal multiplexer
brew "tmux"
# Command-line unarchiving tools supporting multiple formats
brew "unar"
# Watch files and take action when they change
# brew "watchman"
# Blazing fast terminal file manager written in Rust, based on async I/O
brew "yazi"
# Pluggable terminal workspace, with terminal multiplexer as the base feature
# brew "zellij"
# High-performance, asynchronous messaging library
brew "zeromq"
# Shell extension to navigate your filesystem faster
brew "zoxide"
# Fish-like fast/unobtrusive autosuggestions for zsh
brew "zsh-autosuggestions"
# Build, manage and test your Auth0 integrations from the command line
# brew "auth0/auth0-cli/auth0"
# The static analysis-powered Go framework for building backend applications
brew "encoredev/tap/encore"
# A window border system for macOS
# brew "felixkratz/formulae/borders"
# Linux cross compilers based on musl libc
# brew "filosottile/musl-cross/musl-cross"
# Terraform Language Server
# brew "hashicorp/tap/terraform-ls"
# A simple API client (postman like) in your terminal
brew "julien-cpsn/atac/atac"
# AeroSpace is an i3-like tiling window manager for macOS
cask "aerospace"
# Desktop password and login vault
cask "bitwarden"
# Tool that provides consistent, highly configurable symbols for apps
cask "sf-symbols"
# System monitor for the menu bar
cask "stats"
# GPU-accelerated cross-platform terminal emulator and multiplexer
cask "wezterm"