system-config-zsh (488B)
1 {% extends "genlinks" %} 2 {%- block script %} 3 #+{{pkg_install_name("busybox")}} 4 #+{{pkg_install_name("zsh")}} 5 #@git:{{submodule.current[name]}}:{{name}} 6 7 {% include "functions/vars" %} 8 def_prefix 9 def_dest 10 11 cd '{{name}}' 12 13 mkdir -p "$dest/zsh" 14 mv -v zsh-functions "$dest/zsh/site-functions" 15 16 {%- block extra_script %} 17 {%- endblock %} 18 {% endblock %} 19 {% block rules %} 20 {%- block extra_rules %} 21 {%- endblock %} 22 $2 == "zsh" { link($0); next } 23 $2 == "vimfiles" { link($0); next } 24 {% endblock -%}