bin/homedir-setup

changeset 999
f7bbd67b1aac
parent 971
7f391ae6b12b
--- 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 || :

mercurial