-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
62 lines (62 loc) · 2.46 KB
/
config.json
File metadata and controls
62 lines (62 loc) · 2.46 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"collections": {
"minimal":["nvim","kitty","ranger"],
"archgraphical":["nvim","kitty","zsh","ranger","hyprland","anyrun","dunst","eww","swaylock"],
"testcoll":["testpkg","testpkg2","testpkg3","testpkg4"]
},
"packages":{
"nvim":{
"confSrcPath":"configs/nvim",
"confTgtPath":"$HOME/.config/nvim",
"pkgMgrName":"neovim"
},
"kitty":{
"confSrcPath":"configs/kitty",
"confTgtPath":"$HOME/.config/kitty",
"pkgMgrName":"kitty"
},
"zsh":{
"pkgMgrName":"zsh"
},
"ranger":{
"confSrcPath":"configs/ranger",
"confTgtPath":"$HOME/.config/ranger",
"pkgMgrName":"ranger"
},
"hyprland":{
"confSrcPath":"configs/hypr",
"confTgtPath":"$HOME/.config/hypr",
"pkgMgrName":"hyprland"
},
"anyrun":{
"confSrcPath":"configs/anyrun",
"confTgtPath":"$HOME/.config/anyrun",
"pkgMgrName":"anyrun"
},
"dunst":{
"confSrcPath":"configs/dunst",
"confTgtPath":"$HOME/.config/dunst",
"pkgMgrName":"dunst"
},
"eww":{
"confSrcPath":"configs/eww",
"confTgtPath":"$HOME/.config/eww",
"postMsg":"Remember to build and install eww yourself: https://elkowar.github.io/eww/"
},
"swaylock":{
"confSrcPath":"configs/swaylock",
"confTgtPath":"$HOME/.config/swaylock",
"pkgMgrName":"swaylock"
},
"testpkg":"",
"testpkg3":{
"confSrcPath":"configs/nvim",
"confTgtPath":"$HOME/.config/nvim"
},
"testpkg4":{
"confSrcPath":"configs/nvim",
"confTgtPath":"$HOME/.config/nvim",
"pkgMgrName":"neovim"
}
}
}