bin/homedir-setup

changeset 1181
7eef65340481
parent 1180
308dce5084af
equal deleted inserted replaced
1180:308dce5084af 1181:7eef65340481
19 [ -d .asdf/plugins/perl ] || 19 [ -d .asdf/plugins/perl ] ||
20 asdf plugin add perl 20 asdf plugin add perl
21 21
22 asdf plugin update --all 22 asdf plugin update --all
23 23
24 if ! [[ "$(uname -m)" =~ "i.86" ]]; then 24 if [[ "$MACHTYPE" == "i686" ]]; then
25 curl -sS 'https://mise.run/' | sh 25 curl -sS 'https://mise.run/' | sh
26 fi 26 fi
27 27
28 bin/setup-man || : 28 bin/setup-man || :
29 29

mercurial