fix config.json format

This commit is contained in:
Tomas Mirchev 2025-02-24 14:36:12 +00:00
parent 7394aa4a70
commit f2467ad75e

View File

@ -15,7 +15,7 @@
"post-link": "nvim --headless '+Lazy! restore' +qa && echo 'alias vim=nvim' >> ~/.zshrc" "post-link": "nvim --headless '+Lazy! restore' +qa && echo 'alias vim=nvim' >> ~/.zshrc"
}, },
"zsh": { "zsh": {
"link": { "from": "shared/zsh", "to": "~/.zshrc" }, "link": { "from": "shared/zsh", "to": "~/.zshrc" }
}, },
"tmux": { "tmux": {
"link": { "from": "shared/tmux", "to": "~/.tmux.conf" } "link": { "from": "shared/tmux", "to": "~/.tmux.conf" }