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