-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
49 lines (49 loc) · 1.7 KB
/
Copy pathdevcontainer-feature.json
File metadata and controls
49 lines (49 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"id": "modern-cli-tools",
"version": "2.0.5",
"name": "Modern CLI Tools",
"documentationURL": "https://github.com/get2knowio/devcontainer-features/tree/main/src/modern-cli-tools",
"description": "Installs modern CLI replacements and TUI tools: bat, ripgrep, fd, fzf, eza, zoxide, neovim, tmux, lazygit, ast-grep, jujutsu, zellij, and starship.",
"options": {
"install": {
"type": "string",
"default": "",
"description": "Comma-separated list of tools to install (e.g. 'bat,ripgrep,fzf'). When set, only the listed tools are installed. When empty (default), all tools are installed."
},
"omit": {
"type": "string",
"default": "",
"description": "Comma-separated list of tools to exclude (e.g. 'neovim,tmux'). When set, the listed tools are skipped. Applied after 'install' filtering."
},
"jujutsuVersion": {
"type": "string",
"default": "latest",
"description": "Version of jujutsu to install, or 'latest'"
},
"ezaVersion": {
"type": "string",
"default": "latest",
"description": "Version of eza to install, or 'latest'"
},
"lazygitVersion": {
"type": "string",
"default": "latest",
"description": "Version of lazygit to install, or 'latest'"
},
"astGrepVersion": {
"type": "string",
"default": "latest",
"description": "Version of ast-grep to install, or 'latest'"
},
"zellijVersion": {
"type": "string",
"default": "latest",
"description": "Version of zellij to install, or 'latest'"
},
"starshipVersion": {
"type": "string",
"default": "latest",
"description": "Version of starship to install, or 'latest'"
}
}
}