add arch to neovim

This commit is contained in:
Tomas Mirchev 2025-02-25 17:09:50 +01:00
parent c2c66c0aae
commit 817a2f4230

View File

@ -50,7 +50,7 @@
},
{
"package": "rectangle",
"link-comment": "Needs manual import from config/macos/linearmouse"
"link-comment": "Needs manual import from config/macos/linearmouse"
}
],
"linux-vm": [
@ -65,7 +65,7 @@
},
{
"package": "nvim",
"install": "sudo apt install -y neovim"
"install": "wget -O nvim.deb https://gitea.tomastm.com/tomas.mirchev/neovim/releases/download/v0.10.0/nvim-linux-$(dpkg --print-architecture).deb && sudo dpkg -i nvim.deb && rm nvim.deb"
},
{
"package": "git",
@ -89,7 +89,7 @@
},
{
"package": "nvim",
"ignore-template": true,
"ignore-template": true,
"link": { "from": "linux-dev/nvim", "to": "~/.config/nvim" },
"post-link": "nvim --headless '+Lazy! restore' '+MasonUpdate' +qa && (grep -q 'alias vim=nvim' ~/.zshrc || echo 'alias vim=nvim' >> ~/.zshrc) || true"
},