chore: backup macbook 2019

This commit is contained in:
Stefan Imhoff
2024-12-20 17:15:50 +01:00
parent 621aaa2ccd
commit 3be0bd5d99

View File

@@ -28,7 +28,7 @@ brew "bat-extras"
# GNU internationalization (i18n) and localization (l10n) library # GNU internationalization (i18n) and localization (l10n) library
brew "gettext" brew "gettext"
# C/C++ and Java libraries for Unicode and globalization # C/C++ and Java libraries for Unicode and globalization
brew "icu4c" brew "icu4c@76"
# Remove large files or passwords from Git history like git-filter-branch # Remove large files or passwords from Git history like git-filter-branch
brew "bfg" brew "bfg"
# Parser generator # Parser generator
@@ -117,8 +117,8 @@ brew "gnu-sed"
brew "gnu-tar" brew "gnu-tar"
# Open source programming language to build simple/reliable/efficient software # Open source programming language to build simple/reliable/efficient software
brew "go" brew "go"
# Manage compile and link flags for libraries # Package compiler and linker metadata toolkit
brew "pkg-config" brew "pkgconf"
# Generate introspection data for GObject libraries # Generate introspection data for GObject libraries
brew "gobject-introspection" brew "gobject-introspection"
# Google Testing and Mocking Framework # Google Testing and Mocking Framework
@@ -130,7 +130,7 @@ brew "gpgme"
# Command-line tool for generating regular expressions # Command-line tool for generating regular expressions
brew "grex" brew "grex"
# Open-source video transcoder available for Linux, Mac, and Windows # Open-source video transcoder available for Linux, Mac, and Windows
brew "handbrake" brew "handbrake", link: false
# Convert source code to formatted text with syntax highlighting # Convert source code to formatted text with syntax highlighting
brew "highlight" brew "highlight"
# Improved top (interactive process viewer) # Improved top (interactive process viewer)