Refactor setup workflow
This commit is contained in:
32
Bins/versions.json
Normal file
32
Bins/versions.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user