diff --git a/config.json b/config.json index 0a2b628..3a435e6 100644 --- a/config.json +++ b/config.json @@ -16,7 +16,6 @@ }, "zsh": { "link": { "from": "shared/zsh", "to": "~/.zshrc" }, - "install": "./scripts/linux-setup_zsh.sh" }, "tmux": { "link": { "from": "shared/tmux", "to": "~/.tmux.conf" } @@ -51,12 +50,20 @@ } ], "linux-vm": [ - "zsh", - "tmux", - "nvim", "git", - "htop", - "bin" + { + "package": "zsh", + "install": "sudo apt install zsh", + "post-link": "./scripts/linux-setup_zsh.sh" + }, + { + "package": "tmux", + "install": "sudo apt install tmux" + }, + { + "package": "htop", + "install": "sudo apt install htop" + } ], "linux-dev": [ "zsh",