chore: backup

This commit is contained in:
Stefan Imhoff
2025-08-01 18:23:27 +02:00
parent d7ed15f294
commit b5f7118e2b

View File

@@ -18,10 +18,10 @@ brew "openssl@3"
brew "ruby" brew "ruby"
# Text processor and publishing toolchain for AsciiDoc # Text processor and publishing toolchain for AsciiDoc
brew "asciidoctor" brew "asciidoctor"
# GNU internationalization (i18n) and localization (l10n) library
brew "gettext"
# Improved shell history for zsh, bash, fish and nushell # Improved shell history for zsh, bash, fish and nushell
brew "atuin" brew "atuin"
# GNU internationalization (i18n) and localization (l10n) library
brew "gettext"
# Library for command-line editing # Library for command-line editing
brew "readline" brew "readline"
# Programmable completion for Bash 3.2 # Programmable completion for Bash 3.2
@@ -172,11 +172,13 @@ brew "lynx"
brew "mas" brew "mas"
# Fast and user friendly build system # Fast and user friendly build system
brew "meson" brew "meson"
# Polyglot runtime manager (asdf rust clone)
brew "mise"
# CLI tool for saving complete web pages as a single HTML file # CLI tool for saving complete web pages as a single HTML file
brew "monolith" brew "monolith"
# Open source relational database management system # Open source relational database management system
brew "mysql" brew "mysql"
# Parser generator tool and incremental parsing library # Incremental parsing library
brew "tree-sitter" brew "tree-sitter"
# Ambitious Vim-fork focused on extensibility and agility # Ambitious Vim-fork focused on extensibility and agility
brew "neovim" brew "neovim"