14 zsh -i -c 'zgen update' || : |
14 zsh -i -c 'zgen update' || : |
15 |
15 |
16 clone_or_pull 'https://github.com/asdf-vm/asdf' .asdf |
16 clone_or_pull 'https://github.com/asdf-vm/asdf' .asdf |
17 source .asdf/asdf.sh |
17 source .asdf/asdf.sh |
18 |
18 |
19 asdf plugin add perl 'https://github.com/merrilymeredith/asdf-perl.git' || : |
19 [ -d .asdf/plugins/perl ] || |
|
20 asdf plugin add perl |
|
21 |
20 asdf plugin update --all |
22 asdf plugin update --all |
21 |
23 |
22 bin/setup-man || : |
24 bin/setup-man || : |
23 |
25 |
24 # Get rid of older stuff |
26 # Get rid of older stuff |