feat(mise): add task runner #42

Merged
joao.dubas merged 1 commits from jpd-add-task-runner into main 2024-05-06 11:57:24 +00:00
2 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,7 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
ripgrep \
rust \
starship \
task \
terraform \
tilt \
tmux \

View File

@ -23,6 +23,7 @@ python = "3.12.2"
ripgrep = "14.1.0"
rust = "1.76.0"
starship = "1.17.1"
task = "3.36.0"
terraform = "1.7.5"
tilt = "0.33.11"
tmux = "3.4"