this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

wt: global config to symlink .sethetter folder from main worktree

+3
+3
worktrunk/config.toml
··· 1 1 worktree-path = "{{ repo_path }}/../{{ repo }}.wt.{{ branch | sanitize }}" 2 + 3 + [post-create] 4 + sethetter = "{% if primary_worktree_path %}[ -d {{ primary_worktree_path }}/.sethetter ] && ln -sf {{ primary_worktree_path }}/.sethetter {{ worktree_path }}/.sethetter || true{% endif %}"