feat: add new tool mise-en-place (https://mise.jdx.dev/)

This commit is contained in:
Xavier Logerais 2024-06-13 10:33:13 +02:00
parent 16a3d01993
commit 6cfdf3d893

7
tools.d/mise.bash Normal file
View File

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