bin/homedir-setup

changeset 1180
308dce5084af
parent 999
f7bbd67b1aac
child 1181
7eef65340481
--- a/bin/homedir-setup
+++ b/bin/homedir-setup
@@ -21,6 +21,10 @@ source .asdf/asdf.sh
 
 asdf plugin update --all
 
+if ! [[ "$(uname -m)" =~ "i.86" ]]; then
+  curl -sS 'https://mise.run/' | sh
+fi
+
 bin/setup-man || :
 
 # Get rid of older stuff

mercurial