bin/homedir-setup

changeset 1180
308dce5084af
parent 999
f7bbd67b1aac
child 1181
7eef65340481
equal deleted inserted replaced
1179:b0a0ba3240b5 1180:308dce5084af
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
25 curl -sS 'https://mise.run/' | sh
26 fi
27
24 bin/setup-man || : 28 bin/setup-man || :
25 29
26 # Get rid of older stuff 30 # Get rid of older stuff
27 for OLD in .plenv .rbenv .ndenv; do 31 for OLD in .plenv .rbenv .ndenv; do
28 if [ -e $OLD ]; then 32 if [ -e $OLD ]; then

mercurial