feat: add new tool mise-en-place (https://mise.jdx.dev/)
This commit is contained in:
parent
16a3d01993
commit
6cfdf3d893
7
tools.d/mise.bash
Normal file
7
tools.d/mise.bash
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Install mise-en-place
|
||||||
|
|
||||||
|
if (command -v mise &>/dev/null); then
|
||||||
|
curl https://mise.run | sh
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user