this repo has no description
0
fork

Configure Feed

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

worktrunk config

+2 -1
+1 -1
setup.sh
··· 18 18 mappings["git/gitignore"]="$HOME/.gitignore" 19 19 mappings["misc/vimrc"]="$HOME/.vimrc" 20 20 mappings["nvim"]="$HOME/.config/nvim" 21 - mappings["ai/skills"]="$HOME/.claude/skills" 22 21 mappings["hammerspoon"]="$HOME/.hammerspoon" 23 22 mappings["zsh/starship.toml"]="$HOME/.config/starship.toml" 24 23 mappings["mise"]="$HOME/.config/mise" 24 + mappings["worktrunk/config.toml"]="$HOME/.config/worktrunk/config.toml" 25 25 26 26 for key in "${!mappings[@]}"; do 27 27 source="${key}"
+1
worktrunk/config.toml
··· 1 + worktree-path = "{{ repo_path }}/../{{ repo }}.wt.{{ branch | sanitize }}"