-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
74 lines (74 loc) · 2.05 KB
/
Brewfile
File metadata and controls
74 lines (74 loc) · 2.05 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
tap "bazelbuild/tap"
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/services"
# Cryptography and SSL/TLS Toolkit
brew "openssl@3"
# Bourne-Again SHell, a UNIX command interpreter
brew "bash"
# Console version of 2048
brew "c2048"
# Vector graphics library with cross-device output support
brew "cairo"
# Simple, fast and user-friendly alternative to find
brew "fd"
# Fast and simple Node.js version manager
brew "fnm"
# Distributed revision control system
brew "git"
# CLI for Heroku
brew "heroku"
# Tools for building Bazel targets when source files change
brew "ibazel"
# Image manipulation library
brew "jpeg", link: true
# Library for USB device access
brew "libusb"
# Drop-in replacement for MySQL
brew "mariadb"
# Framework for layout and rendering of i18n text
brew "pango"
# Python dependency management tool
brew "pipenv"
# Object-relational database system
brew "postgresql@16", restart_service: :changed
# Python version management
brew "pyenv"
# Python interface to Tcl/Tk
brew "python-tk@3.11"
# Ruby version manager
brew "rbenv"
# Version control system designed to be a better CVS
brew "subversion"
# Tool Command Language
brew "tcl-tk"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Universal database tool and SQL client
cask "dbeaver-community"
# Open Source Multimedia Framework
cask "gstreamer-runtime"
# Vector graphics editor
cask "inkscape"
# Intercept, modify, replay, save HTTP/S traffic
cask "mitmproxy"
# Compatibility layer to run Windows applications
cask "wine-stable"
# Open-source version of the X.Org X Window System
cask "xquartz"
vscode "astro-build.astro-vscode"
vscode "bibhasdn.django-html"
vscode "dbaeumer.vscode-eslint"
vscode "eamodio.gitlens"
vscode "editorconfig.editorconfig"
vscode "mechatroner.rainbow-csv"
vscode "ms-python.debugpy"
vscode "ms-python.pylint"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-python.vscode-python-envs"
vscode "mtsmfm.vscode-stl-viewer"
vscode "nhoizey.gremlins"
vscode "pushqrdx.inline-html"
vscode "stylelint.vscode-stylelint"
vscode "yzane.markdown-pdf"