Refactor setup workflow

This commit is contained in:
MangoPig
2026-05-31 23:24:18 +01:00
parent 5cefa4019b
commit 58531bf579
24 changed files with 478 additions and 103 deletions

32
Bins/versions.json Normal file
View File

@@ -0,0 +1,32 @@
{
"nvim": {
"owner": "neovim",
"repo": "neovim",
"version": "v0.11.5",
"linux": {
"x86_64": {
"asset": "nvim-linux-x86_64.tar.gz",
"binary": "nvim-linux-x86_64/bin/nvim"
},
"aarch64": {
"asset": "nvim-linux-arm64.tar.gz",
"binary": "nvim-linux-arm64/bin/nvim"
}
}
},
"eza": {
"owner": "eza-community",
"repo": "eza",
"version": "v0.23.4",
"linux": {
"x86_64": {
"asset": "eza_x86_64-unknown-linux-gnu.tar.gz",
"binary": "eza"
},
"aarch64": {
"asset": "eza_aarch64-unknown-linux-gnu.tar.gz",
"binary": "eza"
}
}
}
}