-
Notifications
You must be signed in to change notification settings - Fork 0
/
apps.json
85 lines (85 loc) · 2.01 KB
/
apps.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"system": {
"essential": ["man", "man-pages", "fuse2", "dkms"],
"network": ["openssh", "iwd", "dhcpcd"],
"tools": [
"udiskie",
"efibootmgr",
"zip",
"unzip",
"pcmanfm",
"imagemagick",
"bluetui",
"impala",
"grim"
],
"bluetooth": ["bluez", "bluez-utils"],
"compatibility": ["solaar", "hydroxide", "gnome-keychain", "seahorse"],
"media": ["mpv", "zathura-pdf-mupdf"],
"fonts": [
"noto-fonts",
"noto-fonts-cjk",
"noto-fonts-emoji",
"noto-fonts-extra",
"ttf-font-awesome",
"ttf-iosevkaterm-nerd"
],
"notifier": ["libnotify", "dunst"],
"wayland": ["wl-clipboard", "wlogout", "fuzzel", "keyd"],
"wm": ["sway", "swayimg", "swaybg", "i3status-rust"],
"sound": [
"alsa-utils",
"alsa-firmware",
"pipewire",
"pipewire-alsa",
"pipewire-audio",
"pipewire-pulse",
"wireplumber"
],
"other": ["brightnessctl", "playerctl"],
"arch": ["yay"]
},
"apps": [
"firefox",
"1password",
"anki",
"thunderbird",
"proton-vpn-gtk-app",
"hledger-bin"
],
"programming": {
"term": ["kitty"],
"shell": ["nushell", "starship", "fish", "carapace-bin"],
"nvim": ["neovim"],
"git": ["git", "lazygit"],
"yaml": ["yaml-language-server", "yamllint"],
"md": ["mdformat", "markdownlint", "markdownlint-cli"],
"js": ["nodejs", "npm", "nvm", "eslint_d", "prettierd", "deno"],
"css": ["stylelint", "rustywind"],
"html": ["tidy"],
"python": [
"python",
"python-black",
"python-pip",
"python-pipenv",
"python-pylint",
"python-pynvim"
],
"cpp": ["clang", "cppcheck"],
"php": ["php", "composer"],
"lua": ["lua", "luarocks", "lua-language-server", "stylua"],
"ruby": ["ruby", "ruby-neovim"],
"cli": [
"fd",
"ripgrep",
"btop",
"rsync",
"fzf",
"neofetch",
"ani-cli",
"zoxide",
"1password-cli",
"speedtest-cli"
]
}
}