feat(mise): add task runner (#42)

[Task][0] is a more straightforward and intuitive alternative to `make`.

[0]: https://taskfile.dev/

Reviewed-on: #42
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
2024-05-06 11:57:23 +00:00
committed by João Paulo Dubas
parent 167ed5a169
commit 9672791093
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 \