Skip to content

Instantly share code, notes, and snippets.

@rikiTada
Created May 17, 2025 12:43
Show Gist options
  • Save rikiTada/f53a5a884fbb2d41262c26667a275d5e to your computer and use it in GitHub Desktop.
Save rikiTada/f53a5a884fbb2d41262c26667a275d5e to your computer and use it in GitHub Desktop.
miseのインストールスクリプト
#!/bin/bash
curl https://mise.run | sh
~/.local/bin/mise --version
# output 👉 mise 2024.x.x
# bash install
echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
# local install (for the current .mise.toml)
# mise use node@22
# If the `.mise.toml` file is in the root of the project, the environment will be installed.
mise i
echo "mise setup done! 🐈‍⬛"
@chirumo
Copy link

chirumo commented May 17, 2025

waaaaa!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment