forked from MikeMcQuaid/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
157 lines (157 loc) · 4.49 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
tap "github/bootstrap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "homebrew/test-bot"
tap "homebrew/cask-fonts"
# Shell extension to jump to frequently used directories
brew "autojump"
# Cross-platform make
brew "cmake"
# Good-lookin' diffs with diff-highlight and more
brew "diff-so-fancy"
# Modern replacement for "ls"
brew "exa"
# Simple, fast and user-friendly alternative to find
brew "fd"
# Software library to render fonts
brew "freetype"
# GitHub command-line tool
brew "gh"
# GNU Pretty Good Privacy (PGP) package
brew "gnupg"
# Distributed revision control system
brew "git"
# Colorize logfiles and command output
brew "grc"
# Improved top (interactive process viewer)
brew "htop"
# Image manipulation library
brew "jpeg"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Tools and libraries to manipulate images in many formats
brew "imagemagick"
# Mini DNS server designed solely to route queries to localhost
brew "launchdns", restart_service: true
# Mac App Store command-line interface
brew "mas"
# Hash utilities
brew "md5sha1sum"
# High performance, distributed memory object caching system
brew "memcached", restart_service: true
# Open source relational database management system
brew "mysql@5.7", restart_service: true, link: true
# NCurses Disk Usage
brew "ncdu"
# HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server
brew "nginx", restart_service: true
# Platform built on V8 to build network applications
brew "node"
# Manage multiple NodeJS versions
brew "nodenv"
# Cryptography and SSL/TLS Toolkit
brew "openssl"
# Pinentry for GPG on Mac
brew "pinentry-mac"
# Wrapper to colorize and simplify ping"s output
brew "prettyping"
# Interpreted, interactive, object-oriented programming language
brew "python@3.9"
# Ruby version manager
brew "rbenv"
# Auto-installs gems for Ruby installs
brew "rbenv-default-gems"
# Persistent key-value database, with built-in net interface
brew "redis", restart_service: true
# Powerful, clean, object-oriented scripting language
brew "ruby"
# Powerful, clean, object-oriented scripting language
brew "ruby@2.6"
# Powerful, clean, object-oriented scripting language
brew "ruby@2.7"
# Static analysis and lint tool, for (ba)sh scripts
brew "shellcheck"
# Add a public key to a remote machine"s authorized_keys file
brew "ssh-copy-id"
# Subversion
brew "svn"
# Secures, stores, and tightly controls access to secrets
brew "vault"
# Internet file retriever
brew "wget"
# Fish-like fast/unobtrusive autosuggestions for zsh
brew "zsh-autosuggestions"
# Password manager that keeps all passwords secure behind one password
cask "1password"
# Command-line helper for the 1Password password manager
cask "1password-cli"
# Collaborative design tool with support for Sketch files
cask "abstract"
# Application uninstaller
cask "appcleaner"
# Data backup and storage service
cask "backblaze"
# Server and cloud storage browser
cask "cyberduck"
# App to build and share containerized applications and microservices
cask "docker"
# Web browser
cask "firefox"
# Monospace code font
cask "font-source-code-pro"
# Web browser
cask "google-chrome"
# Utility to reduce the size of 24-bit PNG files
cask "imagealpha"
# Tool to optimize images to a smaller size
cask "imageoptim"
# Open-source screen recorder built with web technology
cask "kap"
# Tool to prevent the system from going into sleep mode
cask "keepingyouawake"
# Interface for reading and syncing eBooks
cask "kindle"
# cask "local-by-flywheel"
# Multi-platform web browser
cask "microsoft-edge"
# Calculator and converter application
cask "numi"
# Open-source software for live streaming and screen recording
cask "obs"
# Web browser
cask "opera"
# Collaboration platform for API development
cask "postman"
# MySQL/MariaDB database management platform
cask "sequel-pro"
# Digital design and prototyping platform
cask "sketch"
# Notepad with a built-in calculator
cask "soulver"
# Music streaming service
cask "spotify"
# Open-source BitTorrent client
cask "transmission"
# VPN client for secure internet access and private browsing
cask "tunnelbear"
# https://tyke.app/
cask "tyke"
# Open-source code editor
cask "visual-studio-code"
# Multimedia player
cask "vlc"
# https://zapier.com/zappy
cask "zappy"
# Video communication and virtual meeting platform
cask "zoom"
mas "iA Writer", id: 775737590
mas "iMovie", id: 408981434
mas "Keynote", id: 409183694
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Pixelmator", id: 407963104
mas "Slack", id: 803453959
mas "Xcode", id: 497799835