-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
130 lines (130 loc) · 3.74 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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
# SSL/TLS cryptography library
brew "openssl"
# Download with resuming and segmented downloading
brew "aria2"
# Shell extension to jump to frequently used directories
brew "autojump"
# Automatically restart SSH sessions and tunnels
brew "autossh"
# Informative, fancy bash prompt for Git users
brew "bash-git-prompt"
# GNU binary tools for native development
brew "binutils", link: true
# General-purpose data compression with high compression ratio
brew "xz"
# Interpreted, interactive, object-oriented programming language
brew "python"
# Searches a binary image for embedded files and executable code
brew "binwalk"
# CloudFlare's PKI toolkit
brew "cfssl"
# Statistics utility to count lines of code
brew "cloc"
# Cross-platform make
brew "cmake"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Tool for browsing source code
brew "cscope"
# Reimplementation of ctags(1)
brew "ctags"
# Go dependency management tool
brew "dep"
# Classic UNIX line editor
brew "ed"
# Collection of GNU find, xargs, and locate
brew "findutils", args: ["with-default-names"]
# User-friendly command-line shell for UNIX-like operating systems
brew "fish"
# GNU awk utility
brew "gawk"
# Distributed revision control system
brew "git"
# Git extension for versioning large files
brew "git-lfs"
# C code prettifier
brew "gnu-indent"
# GNU implementation of the famous stream editor
brew "gnu-sed", args: ["with-default-names"]
# GNU version of the tar archiving utility
brew "gnu-tar"
# GNU implementation of which utility
brew "gnu-which", args: ["with-default-names"]
# GNU Transport Layer Security (TLS) Library
brew "gnutls"
# Graph visualization software from AT&T and Bell Labs
brew "graphviz"
# GNU grep, egrep and fgrep
brew "grep", args: ["with-default-names"]
# Popular GNU data compression program
brew "gzip"
# Improved top (interactive process viewer)
brew "htop"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Kubernetes command-line interface
brew "kubernetes-cli"
# The Kubernetes package manager
brew "kubernetes-helm"
# Tools for zmodem/xmodem/ymodem file transfer
brew "lrzsz"
# Powerful, lightweight programming language
brew "lua"
# GUI for vim, made for macOS
brew "macvim"
# Java-based project management
brew "maven"
# Open source relational database management system
brew "mysql", restart_service: true
# Open source relational database management system
brew "mysql-client"
# MySQL database connector for C applications
brew "mysql-connector-c", link: false
# Platform built on V8 to build network applications
brew "node"
# Swiss-army knife of markup format conversion
brew "pandoc"
# Monitor data's progress through a pipe
brew "pv"
# Interpreted, interactive, object-oriented programming language
brew "python@2"
# x86 and PowerPC Emulator
brew "qemu"
# Persistent key-value database, with built-in net interface
brew "redis", restart_service: true
# Powerful, clean, object-oriented scripting language
brew "ruby"
# Terminal multiplexer with VT100/ANSI terminal emulation
brew "screen"
# User interface to the TELNET protocol (built from macOS Sierra sources)
brew "telnet"
# Tool to build, change, and version infrastructure
brew "terraform"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Executes a program periodically, showing output fullscreen
brew "watch"
# Display word differences between text files
brew "wdiff"
# Internet file retriever
brew "wget"
# Download YouTube videos from the command-line
brew "youtube-dl"
cask "diffmerge"
cask "docker"
cask "java"
cask "keka"
cask "macdown"
cask "meld"
cask "microsoft-remote-desktop-beta"
cask "mounty"
cask "prince"
cask "spectacle"
cask "syncthing-app"
cask "vagrant"
cask "xquartz"