-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
175 lines (175 loc) · 5.29 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
173
174
175
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
# AWS SDK for C++
brew "aws-sdk-cpp"
# Generic-purpose lossless compression algorithm by Google
brew "brotli"
# Asynchronous DNS library
brew "c-ares"
# Zstandard is a real-time compression algorithm
brew "zstd"
# Application-level logging library
brew "glog"
# Cryptography and SSL/TLS Toolkit
brew "[email protected]"
# Protocol buffers (Google's data interchange format)
brew "protobuf"
# Next generation open source RPC library and framework
brew "grpc"
# Extremely Fast Compression algorithm
brew "lz4"
# Optimized BLAS library
brew "openblas"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Package for scientific computing with Python
brew "numpy", link: false
# JSON parser/generator for C++ with SAX and DOM style APIs
brew "rapidjson"
# Compression/decompression library aiming for high speed
brew "snappy"
# Framework for scalable cross-language services development
brew "thrift"
# Columnar in-memory analytics layer designed to accelerate big data
brew "apache-arrow"
# Tool for generating GNU Standards-compliant Makefiles
brew "automake"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Development kit for the Java programming language
brew "openjdk@11"
# Google's own build tool
brew "bazel", link: false
# User-friendly launcher for Bazel
brew "bazelisk"
# Collection of portable C++ source libraries
brew "boost"
# Object-file caching compiler wrapper
brew "ccache"
# Statistics utility to count lines of code
brew "cloc"
# Cross-platform make
brew "cmake"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Good-lookin' diffs with diff-highlight and more
brew "diff-so-fancy"
# Run arbitrary commands when files change
brew "entr"
# Collection of GNU find, xargs, and locate
brew "findutils"
# Serialization library for C++, supporting Java, C#, and Go
brew "flatbuffers"
# Software library to render fonts
brew "freetype"
# Command-line fuzzy finder written in Go
brew "fzf"
# Distributed revision control system
brew "git"
# GNU implementation of the famous stream editor
brew "gnu-sed"
# GNU Transport Layer Security (TLS) Library
brew "gnutls"
# Passphrase entry dialog utilizing the Assuan protocol
brew "pinentry"
# GNU Pretty Good Privacy (PGP) package
brew "gnupg"
# Open source programming language to build simple/reliable/efficient software
brew "go"
# Terminal based graphical activity monitor inspired by gtop and vtop
brew "gotop"
# File format designed to store large amounts of data
brew "hdf5"
# Convert source code to formatted text with syntax highlighting
brew "highlight"
# Image manipulation library
brew "jpeg"
# Lightweight and flexible command-line JSON processor
brew "jq"
# TIFF library and utilities
brew "libtiff"
# Color management engine supporting ICC profiles
brew "little-cms2"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Next-gen compiler infrastructure
brew "llvm"
# Next-gen compiler infrastructure
brew "llvm@12"
# Keep your Mac's application settings in sync
brew "mackup"
# Modern and intuitive terminal-based text editor
brew "micro"
# High Performance, Kubernetes Native Object Storage
brew "minio"
# HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server
brew "nginx", restart_service: true
# Network grep
brew "ngrep"
# Small build system for use with gyp or CMake
brew "ninja"
# Platform built on V8 to build network applications
brew "node"
# Development kit for the Java programming language
brew "openjdk"
# Cryptography and SSL/TLS Toolkit
brew "openssl@3", link: true
# Pinentry for GPG on Mac
brew "pinentry-mac"
# Framework for managing multi-language pre-commit hooks
brew "pre-commit"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]", link: true
# Search tool like grep and The Silver Searcher
brew "ripgrep"
# Safe, concurrent, practical language
brew "rust"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Image format providing lossless and lossy compression for web images
brew "webp"
# Internet file retriever
brew "wget"
# Fast CSV toolkit written in Rust
brew "xsv"
# UNIX shell (command interpreter)
brew "zsh"
# Password manager that keeps all passwords secure behind one password
cask "1password"
# Application launcher and productivity software
cask "alfred"
# Tool to run Windows software
cask "crossover"
# API documentation browser and code snippet manager
cask "dash"
# Web browser
cask "google-chrome"
# Set of tools to manage resources and applications hosted on Google Cloud
cask "google-cloud-sdk"
# Client for the Google Drive storage service
cask "google-drive"
# Companion app for Home Assistant home automation software
cask "home-assistant"
# Free and open-source media player
cask "iina"
# Terminal emulator as alternative to Apple's Terminal app
cask "iterm2"
# Animated screen capture application
cask "licecap"
# Tool to control external monitor brightness & volume
cask "monitorcontrol"
# QuickLook generator for Markdown files
cask "qlmarkdown"
cask "qlstephen"
# Video game digital distribution service
cask "steam"
# Quicklook extension for source files
cask "syntax-highlight"
# Open-source BitTorrent client
cask "transmission"
# Stream media from your computer to Chromecast
cask "videostream"
# Open-source code editor
cask "visual-studio-code"