update config linux-dev

This commit is contained in:
Tomas Mirchev 2025-02-24 18:58:12 +00:00
parent ddb6ea07c8
commit 3bd842553a

View File

@ -66,17 +66,16 @@
} }
], ],
"linux-dev": [ "linux-dev": [
"git",
"htop",
"zsh", "zsh",
"tmux", "tmux",
{ {
"package": "nvim", "package": "nvim",
"ignore-template": true, "ignore-template": true,
"link": { "from": "linux-dev/nvim", "to": "~/.config/nvim" }, "link": { "from": "linux-dev/nvim", "to": "~/.config/nvim" },
"post-link": "nvim --headless '+Lazy! restore' +qa && echo 'alias vim=nvim' >> ~/.zshrc" "post-link": "nvim --headless '+Lazy! restore' '+MasonUpdate' +qa && echo 'alias vim=nvim' >> ~/.zshrc"
}, }
"git",
"htop",
"bin"
] ]
} }
} }