update config.json for linux-vm

This commit is contained in:
Tomas Mirchev 2025-02-24 14:30:48 +00:00
parent eada923162
commit 7394aa4a70

View File

@ -16,7 +16,6 @@
}, },
"zsh": { "zsh": {
"link": { "from": "shared/zsh", "to": "~/.zshrc" }, "link": { "from": "shared/zsh", "to": "~/.zshrc" },
"install": "./scripts/linux-setup_zsh.sh"
}, },
"tmux": { "tmux": {
"link": { "from": "shared/tmux", "to": "~/.tmux.conf" } "link": { "from": "shared/tmux", "to": "~/.tmux.conf" }
@ -51,12 +50,20 @@
} }
], ],
"linux-vm": [ "linux-vm": [
"zsh",
"tmux",
"nvim",
"git", "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": [ "linux-dev": [
"zsh", "zsh",