Sat, 20 Aug 2022 12:34:04 -0500
switch off of asdf-perl fork
bin/homedir-setup | file | annotate | diff | comparison | revisions |
--- a/bin/homedir-setup +++ b/bin/homedir-setup @@ -16,7 +16,9 @@ zsh -i -c 'zgen update' || : clone_or_pull 'https://github.com/asdf-vm/asdf' .asdf source .asdf/asdf.sh -asdf plugin add perl 'https://github.com/merrilymeredith/asdf-perl.git' || : +[ -d .asdf/plugins/perl ] || + asdf plugin add perl + asdf plugin update --all bin/setup-man || :