[macos] Tidy up brewfile and add new deps

This commit is contained in:
Andrew Williams
2026-01-09 19:00:16 +00:00
parent 8c62b71b92
commit 613a3c143d
2 changed files with 11 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ def install_package(
dest_path.unlink()
# Link the file
print_action("LINK", f"%{src_path} -> %{dest_path}")
print_action("LINK", f"{src_path} -> {dest_path}")
if not args.dry_run:
try:
dest_path.symlink_to(src_path)