From f2467ad75e6e81258445d1d5e7bba752a3a57b08 Mon Sep 17 00:00:00 2001 From: Tomas Mirchev Date: Mon, 24 Feb 2025 14:36:12 +0000 Subject: [PATCH] fix config.json format --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 3a435e6..266df95 100644 --- a/config.json +++ b/config.json @@ -15,7 +15,7 @@ "post-link": "nvim --headless '+Lazy! restore' +qa && echo 'alias vim=nvim' >> ~/.zshrc" }, "zsh": { - "link": { "from": "shared/zsh", "to": "~/.zshrc" }, + "link": { "from": "shared/zsh", "to": "~/.zshrc" } }, "tmux": { "link": { "from": "shared/tmux", "to": "~/.tmux.conf" }