# HG changeset patch # User Meredith Howard # Date 1641789670 21600 # Node ID 7f391ae6b12bb61fb1940fc4dcaa5ed48d85bfb5 # Parent 498189926551bb721a63b3eb4e91f5f992d2b4fd set to use my asdf-perl fork for now diff --git a/bin/homedir-setup b/bin/homedir-setup --- a/bin/homedir-setup +++ b/bin/homedir-setup @@ -16,7 +16,7 @@ zsh -i -c 'zgen update' || : clone_or_pull 'https://github.com/asdf-vm/asdf' .asdf source .asdf/asdf.sh -asdf plugin add perl || : +asdf plugin add perl 'https://github.com/merrilymeredith/asdf-perl.git' || : asdf plugin update --all bin/setup-man || :