update config linux-dev
This commit is contained in:
21
config.json
21
config.json
@@ -66,10 +66,23 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"linux-dev": [
|
"linux-dev": [
|
||||||
"git",
|
{
|
||||||
"htop",
|
"package": "git",
|
||||||
"zsh",
|
"install": "sudo apt install -y git"
|
||||||
"tmux",
|
},
|
||||||
|
{
|
||||||
|
"package": "htop",
|
||||||
|
"install": "sudo apt install -y htop"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"package": "zsh",
|
||||||
|
"install": "sudo apt install -y zsh",
|
||||||
|
"post-link": "./scripts/linux-setup_zsh.sh"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"package": "tmux",
|
||||||
|
"install": "sudo apt install -y tmux"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"package": "nvim",
|
"package": "nvim",
|
||||||
"ignore-template": true,
|
"ignore-template": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user