-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
132 lines (132 loc) · 3.64 KB
/
Brewfile
File metadata and controls
132 lines (132 loc) · 3.64 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
tap "armmbed/formulae"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "sambadevi/powerlevel9k"
# Programmable completion for Bash 3.2
brew "bash-completion"
# Fish completion for brew-cask
brew "brew-cask-completion"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Core application library for C
brew "glib"
# GNU File, Shell, and Text utilities
brew "coreutils"
# HTTP/2 C Library
brew "nghttp2"
# Validating, recursive, caching DNS resolver
brew "unbound"
# GNU Emacs text editor
brew "emacs"
# Emacs dependency management
brew "cask"
# Cross-platform make
brew "cmake"
# Configurable talking characters in ASCII art
brew "cowsay"
# USB programmer
brew "dfu-util"
# OpenType text shaping engine
brew "harfbuzz"
# Secure Reliable Transport
brew "srt"
# Play, record, convert, and stream audio and video
brew "ffmpeg"
# Distributed revision control system
brew "git", link: false
# Git extension for versioning large files
brew "git-lfs"
# Powerful, lightweight programming language
brew "lua"
# Utility for managing network connections
brew "netcat"
# Small build system for use with gyp or CMake
brew "ninja"
# Port scanning utility for large networks
brew "nmap"
# Python dependency management tool
brew "pipenv"
# Python package management tool
brew "poetry"
# Python version management
brew "pyenv"
# Tool for downloading RTMP streaming media
brew "rtmpdump"
# User interface to the TELNET protocol
brew "telnet"
# Programmatically correct mistyped console commands
brew "thefuck"
# JavaScript package manager
brew "yarn"
# Download YouTube videos from the command-line
brew "youtube-dl"
# UNIX shell (command interpreter)
brew "zsh"
brew "armmbed/formulae/arm-none-eabi-gcc"
# Password manager that keeps all passwords secure behind one password
cask "1password"
# Application launcher and productivity software
cask "alfred"
# Application uninstaller
cask "appcleaner"
# Electronics prototyping platform
cask "arduino"
# Tool to replace abbreviations while typing
cask "atext"
cask "autodesk-fusion360"
# Tool to flash OS images to SD cards & USB drives
cask "balenaetcher"
# App to build and share containerized applications and microservices
cask "docker"
# Client for the Dropbox cloud storage service
cask "dropbox"
# Assign keys, and then decorate and label them
cask "elgato-stream-deck"
# App for note taking, organizing, task lists, and archiving
cask "evernote"
# VPN client for secure internet access and private browsing
cask "expressvpn"
cask "font-meslo-nerd-font"
cask "font-meslo-nerd-font-mono"
# Git client focusing on productivity
cask "gitkraken"
# Game development engine
cask "godot"
# Web browser
cask "google-chrome"
# Terminal emulator as alternative to Apple's Terminal app
cask "iterm2"
# Note taking and to-do application with synchronization capabilities
cask "joplin"
# Electronics design automation suite
cask "kicad"
# Office suite
cask "microsoft-office"
# Meet, chat, call, and collaborate in just one place
cask "microsoft-teams"
# Sandbox construction video game
cask "minecraft"
# Network utility for sending / receiving TCP, UDP, SSL
cask "packetsender"
# Desktop virtualization software
cask "parallels"
# Collaboration platform for API development
cask "postman"
cask "qlab"
# Control your tools with a few keystrokes
cask "raycast"
# Video chat, voice call and instant messaging application
cask "skype"
# Team communication and collaboration software
cask "slack"
# Video game digital distribution service
cask "steam"
# Open-source BitTorrent client
cask "transmission"
# Open-source code editor
cask "visual-studio-code"
# Network protocol analyzer
cask "wireshark"