Skip to content

Commit 803a984

Browse files
committed
feat: add worktrunk cli in cargo packages
1 parent d307646 commit 803a984

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

chezmoi/.chezmoidata/packages.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,10 @@
462462
to_remove = []
463463

464464
[packages.python.common]
465-
packages = ["halper", "pygments"]
465+
packages = [
466+
"halper",
467+
"pygments",
468+
]
466469

467470
[packages.python.dev_computer]
468471
packages = [
@@ -487,6 +490,7 @@
487490

488491
[packages.cargo.dev_computer]
489492
packages = [
493+
"wt", # git worktree wrapper
490494
"rumdl", # perfomance markdown linter
491495
"cargo-update",
492496
"cargo-binstall",

0 commit comments

Comments
 (0)