# HG changeset patch # User Meredith Howard # Date 1661016844 18000 # Node ID f7bbd67b1aacbced309a7f28735c99c21962b0ea # Parent 6e682b7355badf9d912781c564246b9c47678050 switch off of asdf-perl fork diff --git a/bin/homedir-setup b/bin/homedir-setup --- 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 || :