diff --git a/config.json b/config.json index c2bc0ec..bf03eac 100644 --- a/config.json +++ b/config.json @@ -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" + } ] } }