-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScoopfile.json
More file actions
31 lines (31 loc) · 1.26 KB
/
Scoopfile.json
File metadata and controls
31 lines (31 loc) · 1.26 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
{
"buckets": [
{ "Name": "main" },
{ "Name": "extras" },
{ "Name": "nerd-fonts" }
],
"apps": [
{ "Name": "git", "Source": "main" },
{ "Name": "cmake", "Source": "main" },
{ "Name": "neovim", "Source": "main" },
{ "Name": "lazygit", "Source": "extras" },
{ "Name": "zoxide", "Source": "main" },
{ "Name": "ripgrep", "Source": "main" },
{ "Name": "fd", "Source": "main" },
{ "Name": "fzf", "Source": "main" },
{ "Name": "cloc", "Source": "main" },
{ "Name": "yazi", "Source": "main" },
{ "Name": "just", "Source": "main" },
{ "Name": "dust", "Source": "main" },
{ "Name": "delta", "Source": "main" },
{ "Name": "python", "Source": "main" },
{ "Name": "nodejs", "Source": "main" },
{ "Name": "bat", "Source": "main" },
{ "Name": "lazydocker", "Source": "main" },
{ "Name": "vscode", "Source": "extras" },
{ "Name": "everything", "Source": "extras" },
{ "Name": "pwsh", "Source": "main" },
{ "Name": "starship", "Source": "main" },
{ "Name": "Hack-NF", "Source": "nerd-fonts" }
]
}