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": {
|
"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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user