forked from szaghi/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
396 lines (380 loc) · 9.28 KB
/
install.conf.yaml
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
- clean: ['~']
- shell:
- [mkdir -p ~/.bash, Creating bash sources directory]
- [mkdir -p ~/.git, Creating git sources directory]
- [mkdir -p ~/.local/share, Creating local/share directory]
- [mkdir -p ~/.local/share/konsole/, Creating local/share directory]
- [mkdir -p ~/.scripts, Creating scripts directory]
- [mkdir -p ~/.vmail, Creating vmail config directory]
- [mkdir -p ~/.weechat, Creating weechat config directory]
- [touch ~/.python_history, Creating python interpreter history]
- link:
# bash
~/.bashrc:
path: bash/bashrc
relink: true
force: true
~/.bash_profile:
path: bash/bash_profile
relink: true
force: true
~/.bash/aliases:
path: bash/aliases
relink: true
force: true
~/.bash/bashmarks:
path: bash/scripts/bashmarks/bashmarks.sh
relink: true
force: true
~/.bash/commacd:
path: bash/scripts/commacd/commacd.bash
relink: true
force: true
~/.bash/compilers:
path: bash/compilers
relink: true
force: true
~/.bash/concurrent:
path: bash/scripts/bash-concurrent/concurrent.lib.sh
relink: true
force: true
~/.bash/exports:
path: bash/exports
relink: true
force: true
~/.bash/functions:
path: bash/functions
relink: true
force: true
~/.bash/grip-chromium:
path: bash/scripts/grip-chromium/grip-chromium.sh
relink: true
force: true
~/.bash/optprogs:
path: bash/optprogs
relink: true
force: true
~/.bash/paths:
path: bash/paths
relink: true
force: true
~/.bash/prompt:
path: bash/prompt
relink: true
force: true
~/.bash/read_ini:
path: bash/scripts/bash_ini_parser/read_ini.sh
relink: true
force: true
~/.bash/shml:
path: bash/scripts/shml/shml.sh
relink: true
force: true
~/.bash/welcome:
path: bash/welcome
relink: true
force: true
# git
~/.gitconfig:
path: git/gitconfig
relink: true
force: true
~/.git/gibo-completion:
path: git/gibo/gibo-completion.bash
relink: true
force: true
~/.git/git_commit_message_template:
path: git/git_commit_message_template
relink: true
force: true
~/.git/git-flow-completition:
path: git/git-flow-completion/git-flow-completion.bash
relink: true
force: true
~/.git/git-hub:
path: git/git-hub
relink: true
force: true
~/.git-templates:
path: git/git-templates
relink: true
force: true
~/.git/ghi_token:
path: encrypt/ghi_token
relink: true
force: true
# i3
~/.i3:
path: i3
relink: true
force: true
# fonts
~/.local/share/fonts:
path: fonts
relink: true
force: true
# icons
~/.local/share/icons:
path: icons
relink: true
force: true
# latex
~/.latexmkrc:
path: miscellanea/latexmkrc
relink: true
force: true
# X
~/.xinitrc:
path: X/xinitrc
relink: true
force: true
~/.Xresources:
path: X/Xresources
relink: true
force: true
# yaourt
~/.yaourtrc:
path: miscellanea/yaourtrc
relink: true
force: true
# python
~/.gdbinit:
path: python/gdb-dashboard/.gdbinit
relink: true
force: true
~/.pypirc:
path: encrypt/pypirc
relink: true
force: true
~/.pythonrc:
path: python/pythonrc
relink: true
force: true
~/.pylintrc:
path: python/pylintrc
relink: true
force: true
# scripts
~/.scripts/alpha_image:
path: scripts/images/alpha_image
relink: true
force: true
~/.scripts/archive:
path: scripts/miscellanea/archive.sh
relink: true
force: true
~/.scripts/bashsaurus:
path: scripts/bashsaurus/bashsaurus
relink: true
force: true
~/.scripts/borg-automated-backup.sh:
path: scripts/borg-automated-backup/borg-automated-backup.sh
relink: true
force: true
~/.scripts/convert_image:
path: scripts/images/convert_image
relink: true
force: true
~/.scripts/crop_image:
path: scripts/images/crop_image
relink: true
force: true
~/.scripts/desk:
path: scripts/desk/desk
relink: true
force: true
~/.scripts/dpkg-install-pkgs.sh:
path: scripts/dpkg/dpkg-install-pkgs.sh
relink: true
force: true
~/.scripts/dpkg-list-pkgs.sh:
path: scripts/dpkg/dpkg-list-pkgs.sh
relink: true
force: true
~/.scripts/Ds+.sh:
path: scripts/miscellanea/Ds+.sh
relink: true
force: true
~/.scripts/emojify:
path: scripts/emojify/emojify
relink: true
force: true
~/.scripts/gibo:
path: git/gibo/gibo
relink: true
force: true
~/.scripts/git-archive-all:
path: scripts/git-archive-all/git-archive-all.sh
relink: true
force: true
~/.scripts/git-fire:
path: git/git-fire/git-fire
relink: true
force: true
~/.scripts/git-remote-dropbox:
path: python/git-remote-dropbox/git-remote-dropbox
relink: true
force: true
~/.scripts/gray_image:
path: scripts/images/gray_image
relink: true
force: true
~/.scripts/gws:
path: scripts/gws/src/gws
relink: true
force: true
~/.scripts/icembackup:
path: scripts/icemcfd/icembackup
relink: true
force: true
~/.scripts/icemcfd11:
path: scripts/icemcfd/icemcfd11
relink: true
force: true
~/.scripts/icemcfd11-launch.sh:
path: scripts/icemcfd/icemcfd11-launch.sh
relink: true
force: true
~/.scripts/icemcfd11-lmgrd:
path: scripts/icemcfd/icemcfd11-lmgrd
relink: true
force: true
~/.scripts/jpg2mjpeg:
path: scripts/miscellanea/jpg2mjpeg
relink: true
force: true
~/.scripts/jpg_rename:
path: scripts/images/jpg_rename
relink: true
force: true
~/.scripts/kommit:
path: scripts/kommit/bin/git-kommit
relink: true
force: true
~/.scripts/markdown_toclify.py:
path: python/markdown-toclify/markdown_toclify/markdown_toclify.py
relink: true
force: true
~/.scripts/mountiso:
path: scripts/iso/mountiso
relink: true
force: true
~/.scripts/makeself:
path: scripts/makeself/makeself.sh
relink: true
force: true
~/.scripts/nef_rename:
path: scripts/images/nef_rename
relink: true
force: true
~/.scripts/overlap_image:
path: scripts/images/overlap_image
relink: true
force: true
~/.scripts/pacman-install-pkgs.sh:
path: scripts/pacman/pacman-install-pkgs.sh
relink: true
force: true
~/.scripts/pacman-list-pkgs.sh:
path: scripts/pacman/pacman-list-pkgs.sh
relink: true
force: true
~/.scripts/pdfA4scale:
path: scripts/pdf/pdfA4scale
relink: true
force: true
~/.scripts/png2xvid.sh:
path: scripts/miscellanea/png2xvid.sh
relink: true
force: true
~/.scripts/pps:
path: scripts/miscellanea/pps
relink: true
force: true
~/.scripts/proof_sheet.sh:
path: scripts/miscellanea/proof_sheet.sh
relink: true
force: true
~/.scripts/pdfA4scale:
path: scripts/pdf/pdfA4scale
relink: true
force: true
~/.scripts/pdf2grey:
path: scripts/pdf/pdf2grey
relink: true
force: true
~/.scripts/pdfcompress:
path: scripts/pdf/pdfcompress
relink: true
force: true
~/.scripts/rainix:
path: scripts/miscellanea/rainix
relink: true
force: true
~/.scripts/remind:
path: scripts/i3-reminder/remind
relink: true
force: true
~/.scripts/scale_image:
path: scripts/images/scale_image
relink: true
force: true
~/.scripts/scholar.py:
path: python/scholar/scholar.py
relink: true
force: true
~/.scripts/spark:
path: scripts/spark/spark
relink: true
force: true
~/.scripts/sshrc:
path: scripts/sshrc/sshrc
relink: true
force: true
~/.scripts/texcount.pl:
path: scripts/miscellanea/texcount.pl
relink: true
force: true
~/.scripts/trim_image:
path: scripts/images/trim_image
relink: true
force: true
~/.scripts/umountiso:
path: scripts/iso/umountiso
relink: true
force: true
~/.scripts/visualpdfdiff.sh:
path: scripts/visual-pdf-diff/visualpdfdiff.sh
relink: true
force: true
# shell
~/.dircolors.256dark:
path: terminal/dircolors.256dark
relink: true
force: true
~/.local/share/konsole/Stefano_Zaghi.profile:
path: terminal/konsole/Stefano_Zaghi.profile
relink: true
force: true
~/.inputrc:
path: terminal/inputrc
relink: true
force: true
# vim
~/.vim:
path: vim/
relink: true
force: true
~/.vimrc:
path: vim/vimrc
relink: true
force: true
~/.vmailrc:
path: encrypt/vmailrc
relink: true
force: true
# weechat
~/.weechat/weechat.conf:
path: weechat/weechat.conf
relink: true
force: true