chore(brew): update Brewfile

This commit is contained in:
Stefan Imhoff
2022-11-28 09:02:57 +01:00
parent e6d1a5785a
commit 10154410d6

View File

@@ -134,8 +134,6 @@ brew "jpeg", link: true
brew "zeromq" brew "zeromq"
# Play, record, convert, and stream audio and video # Play, record, convert, and stream audio and video
brew "ffmpeg" brew "ffmpeg"
# GNU compiler collection
brew "gcc"
# Static type checker for JavaScript # Static type checker for JavaScript
brew "flow" brew "flow"
# Command-line outline and bitmap font editor/converter # Command-line outline and bitmap font editor/converter
@@ -144,6 +142,8 @@ brew "fontforge"
brew "fpp" brew "fpp"
# Command-line fuzzy finder written in Go # Command-line fuzzy finder written in Go
brew "fzf" brew "fzf"
# GNU compiler collection
brew "gcc"
# GitHub command-line tool # GitHub command-line tool
brew "gh" brew "gh"
# Distributed revision control system # Distributed revision control system
@@ -172,6 +172,8 @@ brew "go"
brew "googletest" brew "googletest"
# Version Control Visualization Tool # Version Control Visualization Tool
brew "gource" brew "gource"
# Graph visualization software from AT&T and Bell Labs
brew "graphviz"
# Command-line tool for generating regular expressions # Command-line tool for generating regular expressions
brew "grex" brew "grex"
# Numerical library for C and C++ # Numerical library for C and C++
@@ -264,6 +266,8 @@ brew "pass"
brew "peco" brew "peco"
# Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML # Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
brew "prettier" brew "prettier"
# Python 3 bindings for the Cairo graphics library
brew "py3cairo"
# Generic syntax highlighter # Generic syntax highlighter
brew "pygments" brew "pygments"
# GNOME Python bindings (based on GObject Introspection) # GNOME Python bindings (based on GObject Introspection)
@@ -432,6 +436,8 @@ cask "font-fira-code"
cask "font-fira-code-nerd-font" cask "font-fira-code-nerd-font"
# Font editor and converter for outline and bitmap fonts # Font editor and converter for outline and bitmap fonts
cask "fontforge" cask "fontforge"
# 3D parametric modeler
cask "freecad"
# Disk space cleaner that finds and deletes duplicated and similar files # Disk space cleaner that finds and deletes duplicated and similar files
cask "gemini" cask "gemini"
# Desktop client for GitHub repositories # Desktop client for GitHub repositories
@@ -624,4 +630,5 @@ mas "The Unarchiver", id: 425424353
mas "Things", id: 904280696 mas "Things", id: 904280696
mas "Time Sink", id: 404363161 mas "Time Sink", id: 404363161
mas "Typeface", id: 1062679359 mas "Typeface", id: 1062679359
mas "Vectornator", id: 1219074514
mas "Yoink", id: 457622435 mas "Yoink", id: 457622435