update config.json for linux-vm
This commit is contained in:
parent
eada923162
commit
7394aa4a70
19
config.json
19
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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user