config-bootstrap/tools.d/mise.bash

8 lines
108 B
Bash

#!/bin/bash
# Install mise-en-place
if (command -v mise &>/dev/null); then
curl https://mise.run | sh
fi