chore(brew): update Brewfile

This commit is contained in:
Stefan Imhoff
2022-12-02 18:10:01 +01:00
parent 88c1e1aa62
commit 8958725ab7

View File

@@ -134,6 +134,8 @@ 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
@@ -142,8 +144,6 @@ 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
@@ -594,6 +594,8 @@ cask "vlc"
# Web browser plugin # Web browser plugin
cask "vlc-webplugin" cask "vlc-webplugin"
cask "webponize" cask "webponize"
# Torrent streaming application
cask "webtorrent"
# Network diagnostic utility # Network diagnostic utility
cask "whatroute" cask "whatroute"
# Open-source version of the X.Org X Window System # Open-source version of the X.Org X Window System