-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathinstall.conf.json
113 lines (112 loc) · 2.97 KB
/
install.conf.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
[
{
"meta" : {
"title" : "Local bin files",
"description" : "Scripts to be added to local ~/bin/"
},
"link" : {
"~/bin/dux" : "libs/github/dux/dux.py",
"~/bin/glacier" : "libs/github/glacier-cli/glacier.py",
"~/bin/lock" : "scripts/lock.sh",
"~/bin/dmenu-wrapper" : "scripts/dmenu-wrapper.sh"
}
},
{
"link" : {
"~/.fonts" : "fonts",
"~/.aliases" : "other/aliases",
"~/.ctags" : "other/ctags"
},
"meta" : {
"title" : "Other",
"description" : "Files which don't fit anywhere else"
}
},
{
"meta" : {
"title" : "Dunst",
"description" : "Dunst notification settings"
},
"link" : {
"~/.config/dunst/dunstrc" : "dunst/dunstrc"
},
"meta" : {
"title" : "Tmux"
},
"link" : {
"~/.tmux.conf" : "tmux/tmux.conf"
}
},
{
"meta" : {
"title" : "X Resources",
"description" : "Xresources and xinitrc"
},
"link" : {
"~/.Xresources" : "x/Xresources",
"~/.xinitrc" : "x/xinitrc",
"~/.xbindkeysrc" : "x/xbindkeysrc"
}
},
{
"meta" : {
"title" : "Compton configuration"
},
"link" : {
"~/.compton.conf" : "compton/compton.conf"
}
},
{
"meta" : {
"title" : "Vim",
"description" : "Vim and vimrc"
},
"link" : {
"~/.vim" : "vim/vim",
"~/.vimrc" : "vim/vimrc"
}
},
{
"meta" : {
"title" : "Zsh"
},
"link" : {
"~/.zsh.d/000-dux.zsh" : "zsh/000-dux.zsh",
"~/.zsh.d/000-prompt-colors.sh" : "zsh/000-prompt-colors.sh",
"~/.zsh.d/bindkeys.zsh" : "zsh/bindings.zsh",
"~/.zsh.d/colored_man.zsh" : "zsh/colored_man.zsh",
"~/.zsh.d/escp" : "zsh/escp",
"~/.zsh.d/exports.zsh" : "zsh/exports.zsh",
"~/.zsh.d/prompt.zsh" : "zsh/prompt.zsh",
"~/.zsh.d/rvm.sh" : "zsh/rvm.sh",
"~/.zsh.d/setopt.zsh" : "zsh/setopt.zsh",
"~/.zsh.d/ssh-reload.sh" : "zsh/ssh-reload.sh",
"~/.zsh.d/z.sh" : "zsh/z.sh",
"~/.zsh.d/zsh-syntax-highlighting.zsh" : "zsh/zsh-syntax-highlighting.zsh",
"~/.zshrc" : "zsh/zshrc"
}
},
{
"meta" : {
"title" : "$HOME/bin"
},
"link" : {
"~/bin/dux" : "libs/github/dux/dux.py",
"~/bin/cleanroom" : "libs/github/cleanroom/cleanroom.sh"
}
},
{
"meta" : {
"title" : "i3"
},
"link" : {
"~/.i3" : "i3"
}
},
{
"clean" : ["~"],
"meta" : {
"title" : "Clean symlinks which have moved"
}
}
]