Files
Manual-Intervention-Required/mise.toml
2026-03-07 13:15:50 -07:00

11 lines
310 B
TOML

[tools]
cmake = "latest"
dotnet = "latest"
python = "latest"
[tasks.setup-linux-arch]
run = 'paru -S mono git vim-youcompleteme-git mono-msbuild; touch "${MISE_PROJECT_ROOT}"/.sln'
[tasks.test-run-csharp]
run = 'dotnet new console -n dotnet-test && dotnet run --project=./dotnet-test && ls dotnet-test/*.cs'