new file mode 100644
--- /dev/null
+++ b/.config/mise/conf.d/base.toml
@@ -0,0 +1,6 @@
+[settings]
+jobs = 2
+
+[env]
+RUBY_CONFIGURE_OPTS = "--enable-install-doc"
+RUBY_MAKE_OPTS = "-j2"
--- a/bin/homedir-setup
+++ b/bin/homedir-setup
@@ -21,7 +21,7 @@ source .asdf/asdf.sh
asdf plugin update --all
-if [[ "$MACHTYPE" == "i686" ]]; then
+if [[ "$MACHTYPE" != "i686" ]]; then
curl -sS 'https://mise.run/' | sh
fi