From 3bd842553abee107df83b77410982aa46d6171d3 Mon Sep 17 00:00:00 2001 From: Tomas Mirchev Date: Mon, 24 Feb 2025 18:58:12 +0000 Subject: [PATCH] update config linux-dev --- config.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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" + } ] } }