[macbook] Leaner brew list.

This commit is contained in:
jmug
2026-04-02 22:04:56 -07:00
parent f3d795f2c2
commit f8d4f6ef07
+4 -3
View File
@@ -38,17 +38,19 @@
no_quarantine = true; no_quarantine = true;
}; };
taps = [
"agavra/tap"
];
brews = [ brews = [
"raylib"
"watchman" "watchman"
"vite" "vite"
"pipx" "pipx"
"codex" "codex"
"python@3.11" "python@3.11"
"glow" "glow"
"act"
"chromaprint" "chromaprint"
"libiconv" "libiconv"
"agavra/tap/tuicr"
]; ];
casks = [ casks = [
"ghostty" "ghostty"
@@ -68,7 +70,6 @@
"discord" "discord"
"claude-code" "claude-code"
"calibre" "calibre"
"rsyncui"
"trilium-notes" "trilium-notes"
]; ];
}; };