27 |
22 |
28 clone_or_pull 'https://github.com/tarjoilija/zgen.git' .zgen |
23 clone_or_pull 'https://github.com/tarjoilija/zgen.git' .zgen |
29 |
24 |
30 zsh -i -c 'zgen update' || : |
25 zsh -i -c 'zgen update' || : |
31 |
26 |
32 if [ "$minimal" -ne 1 ]; then |
27 clone_or_pull 'https://github.com/asdf-vm/asdf' .asdf |
33 clone_or_pull 'https://github.com/asdf-vm/asdf' .asdf |
28 source .asdf/asdf.sh |
34 source .asdf/asdf.sh |
|
35 |
29 |
36 asdf plugin add perl || : |
30 asdf plugin add perl || : |
37 asdf plugin update --all |
31 asdf plugin update --all |
38 |
32 |
39 bin/setup-man || : |
33 bin/setup-man || : |
40 fi |
|
41 |
34 |
42 # Get rid of older stuff |
35 # Get rid of older stuff |
43 for OLD in .plenv .rbenv .ndenv; do |
36 for OLD in .plenv .rbenv .ndenv; do |
44 if [ -e $OLD ]; then |
37 if [ -e $OLD ]; then |
45 echo "Pruning $OLD" >&2 |
38 echo "Pruning $OLD" >&2 |