chore: backup

This commit is contained in:
Stefan Imhoff
2025-10-23 19:30:13 +02:00
parent bc42561cd4
commit 9100d1adb8

View File

@@ -158,7 +158,7 @@ brew "lf"
# Conversion library # Conversion library
brew "libiconv" brew "libiconv"
# Just-In-Time Compiler (JIT) for the Lua programming language # Just-In-Time Compiler (JIT) for the Lua programming language
brew "luajit", args: ["HEAD"] brew "luajit"
# Text-based web browser # Text-based web browser
brew "lynx" brew "lynx"
# Mac App Store command-line interface # Mac App Store command-line interface
@@ -330,8 +330,6 @@ cask "cryptomator"
cask "db-browser-for-sqlite" cask "db-browser-for-sqlite"
# Collect, organise, edit and annotate documents # Collect, organise, edit and annotate documents
cask "devonthink" cask "devonthink"
# App to build and share containerised applications and microservices
cask "docker-desktop"
# Client for the Dropbox cloud storage service # Client for the Dropbox cloud storage service
cask "dropbox" cask "dropbox"
# Collaborative team software # Collaborative team software
@@ -564,3 +562,5 @@ vscode "xadillax.viml"
vscode "xyc.vscode-mdx-preview" vscode "xyc.vscode-mdx-preview"
vscode "yutengjing.open-in-external-app" vscode "yutengjing.open-in-external-app"
vscode "yzhang.markdown-all-in-one" vscode "yzhang.markdown-all-in-one"
go "cmd/go"
go "cmd/gofmt"