# HG changeset patch # User Meredith Howard # Date 1737356508 21600 # Node ID 308dce5084afba2685ec34bcc36f87b59ba7e5cb # Parent b0a0ba3240b51846efc39d4ab01277ed0580a177 start switching to mise-en-place diff --git a/.profile.common b/.profile.common --- a/.profile.common +++ b/.profile.common @@ -15,6 +15,10 @@ if [ -d /opt/homebrew ]; then eval "$(/opt/homebrew/bin/brew shellenv)" fi +if [ -x ~/.local/bin/mise ]; then + eval "$(mise activate ${ZSH_NAME:-bash})" +fi + if [ -d ~/.asdf ]; then source ~/.asdf/asdf.sh fi diff --git a/bin/homedir-setup b/bin/homedir-setup --- 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