Skip to content

Instantly share code, notes, and snippets.

@rikiTada
rikiTada / mise-isntall.sh
Created May 17, 2025 12:43
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)