chore: backup

This commit is contained in:
Stefan Imhoff
2025-10-17 13:00:11 +02:00
parent d093424e95
commit 1210df7d4e
4 changed files with 35 additions and 31 deletions

View File

@@ -167,6 +167,8 @@ brew "go"
brew "pkgconf"
# Generate introspection data for GObject libraries
brew "gobject-introspection"
# Pure Go implementation of jq
brew "gojq"
# Google Testing and Mocking Framework
brew "googletest"
# Version Control Visualization Tool
@@ -473,8 +475,6 @@ cask "lbry"
cask "ledger-live"
# File system integration
cask "macfuse"
# Video format converter (transcoder)
cask "makemkv"
# Provides updates to various Microsoft products
cask "microsoft-auto-update"
# Email client
@@ -663,3 +663,5 @@ vscode "xadillax.viml"
vscode "xyc.vscode-mdx-preview"
vscode "yutengjing.open-in-external-app"
vscode "yzhang.markdown-all-in-one"
go "cmd/go"
go "cmd/gofmt"

View File

@@ -623,3 +623,5 @@ vscode "yinfei.luahelper"
vscode "yutengjing.open-in-external-app"
vscode "yzhang.markdown-all-in-one"
vscode "zhuangtongfa.material-theme"
go "cmd/go"
go "cmd/gofmt"