Mon, 20 Jan 2025 02:47:08 -0500
fix arch check
--- a/bin/homedir-setup +++ b/bin/homedir-setup @@ -21,7 +21,7 @@ source .asdf/asdf.sh asdf plugin update --all -if ! [[ "$(uname -m)" =~ "i.86" ]]; then +if [[ "$MACHTYPE" == "i686" ]]; then curl -sS 'https://mise.run/' | sh fi