feat: try out walker

This commit is contained in:
Barrett Ruth 2026-02-14 10:50:20 -05:00
parent 8952984da2
commit baa0921be0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
8 changed files with 152 additions and 3 deletions

View file

@ -94,6 +94,11 @@ Linux)
[ -f "$fzf_themes/$theme" ] && {
ln -sf "$fzf_themes/$theme" "$fzf_themes/theme"
}
walker_themes="$cfg/walker/themes"
[ -d "$walker_themes/$theme" ] && {
ln -sfn "$walker_themes/$theme" "$walker_themes/active"
}
fi
;;
Darwin)