mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 19:08:16 +00:00
[macos] Tidy up brewfile and add new deps
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user