-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
185 lines (185 loc) · 5.28 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
176
177
178
179
180
181
182
183
184
185
tap "github/gh"
tap "microsoft/mssql-release"
# Spell checker with better logic than ispell
brew "aspell"
# Official Amazon AWS command-line interface
brew "awscli"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Development kit for the Java programming language
brew "openjdk"
# C/C++ and Java libraries for Unicode and globalization
brew "icu4c"
# Vector graphics library with cross-device output support
brew "cairo"
# Implementation of malloc emphasizing fragmentation avoidance
brew "jemalloc"
# GNU Transport Layer Security (TLS) Library
brew "gnutls"
# Free lossless audio codec
brew "flac"
# Blu-Ray disc playback library for media players like VLC
brew "libbluray"
# Play, record, convert, and stream audio and video
brew "ffmpeg"
# Read, create, and modify MP4 files
brew "mp4v2"
# Music player with an ncurses based interface
brew "cmus"
# Get a file from an HTTP, HTTPS or FTP server
brew "curl"
# Programming language for highly scalable real-time systems
brew "erlang"
# Functional metaprogramming aware language built on Erlang VM
brew "elixir"
# Command-line tool to interact with exercism.io
brew "exercism"
# ODBC 3 connectivity for UNIX
brew "unixodbc"
# Libraries to talk to Microsoft SQL Server and Sybase databases
brew "freetds"
# Command-line fuzzy finder written in Go
brew "fzf"
# GNU compiler collection
brew "gcc"
# Toolkit for image loading and pixel buffer manipulation
brew "gdk-pixbuf"
# GitHub command-line tool
brew "gh"
# Distributed revision control system
brew "git"
# Git extension for versioning large files
brew "git-lfs"
# GNU implementation of the famous stream editor
brew "gnu-sed"
# Common error values for all GnuPG components
brew "libgpg-error"
# GNU Pretty Good Privacy (PGP) package
brew "gnupg", link: false
# Open-source video transcoder available for Linux, Mac, and Windows
brew "handbrake"
# Convert source code to formatted text with syntax highlighting
brew "highlight"
# Configurable static site generator
brew "hugo"
# ISO/IEC 23008-12:2017 HEIF file format decoder and encoder
brew "libheif"
# LLVM's OpenMP runtime library
brew "libomp"
# Tools and libraries to manipulate images in many formats
brew "imagemagick"
# Implementation of the file(1) command
brew "libmagic"
# Extensible, open standard container format for audio/video
brew "libmatroska"
# Postgres C API library
brew "libpq"
# Library to render SVG files using Cairo
brew "librsvg"
# Library for processing keyboard entry from the terminal
brew "libtermkey"
# YAML Parser
brew "libyaml"
# Mac App Store command-line interface
brew "mas"
# Matroska media files manipulation tools
brew "mkvtoolnix"
# UNIX movie player
brew "mplayer"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# Port scanning utility for large networks
brew "nmap"
# Platform built on V8 to build network applications
brew "node"
# Open client for Cisco AnyConnect VPN
brew "openconnect"
# Swiss-army knife of markup format conversion
brew "pandoc"
# CLI for Postgres with auto-completion and syntax highlighting
brew "pgcli"
# PostgreSQL syntax beautifier
brew "pgformatter"
# Install various Ruby versions and implementations
brew "ruby-build"
# Ruby version manager
brew "rbenv"
# Powerful, clean, object-oriented scripting language
brew "ruby"
# Internet file retriever
brew "wget"
# Download YouTube videos from the command-line
brew "youtube-dl"
# UNIX shell (command interpreter)
brew "zsh"
# Additional completion definitions for zsh
brew "zsh-completions"
# ODBC Driver for Microsoft(R) SQL Server(R)
brew "microsoft/mssql-release/msodbcsql17"
# Application launcher and productivity software
cask "alfred"
# Data backup and storage service
cask "backblaze"
# Menu bar icon organizer
cask "bartender"
cask "betterzipql"
# Utility that prevents the system from going to sleep
cask "caffeine"
# Hard disk backup and cloning utility
cask "carbon-copy-cloner"
# Free universal database tool and SQL client
cask "dbeaver-community"
# Client for the Dropbox cloud storage service
cask "dropbox"
cask "fantastical"
# Web browser
cask "firefox"
cask "font-cascadia"
cask "font-fauna-one"
cask "font-fira-code"
cask "font-hack"
# Code font with monospaced ligatures
cask "font-hasklig"
cask "font-inter-ui"
# Typeface made for developers
cask "font-jetbrains-mono"
cask "font-lato"
cask "font-montserrat"
cask "font-open-sans"
cask "font-roboto"
cask "font-roboto-condensed"
cask "font-source-code-pro"
cask "font-source-code-pro-for-powerline"
# Fonts designed for user interfaces
cask "font-source-sans-pro"
cask "forticlient"
# Web browser
cask "google-chrome"
# Tools to protect your emails and files
cask "gpg-suite"
# Terminal emulator as alternative to Apple's Terminal app
cask "iterm2"
# Spots differences in text and image files
cask "kaleidoscope"
cask "quicklook-csv"
cask "quicklook-json"
# Tool for liberating data tables trapped inside PDF files
cask "tabula"
# Unpacks archive files
cask "the-unarchiver"
# File transfer application
cask "transmit"
# Open-source code editor
cask "visual-studio-code"
# Multimedia player
cask "vlc"
# Open-source version of the X.Org X Window System
cask "xquartz"
mas "CARROT Weather", id: 993487541
mas "Craft", id: 1487937127
mas "DaisyDisk", id: 411643860
mas "Day One", id: 1055511498
mas "iA Writer", id: 775737590
mas "Reeder", id: 1529448980
mas "WiFi Explorer", id: 494803304
mas "Xcode", id: 497799835