-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
296 lines (296 loc) · 6 KB
/
config.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
config:
backup: true
create: true
dotpath: dotfiles
dotfiles:
d_aliases.d:
src: local/aliases.d
dst: ~/.local/aliases.d
d_bashrc.d:
src: local/bashrc.d
dst: ~/.local/bashrc.d
d_profile.d:
src: local/profile.d
dst: ~/.local/profile.d
f_bashrc:
src: bashrc
dst: ~/.bashrc
f_bash_profile:
src: bash_profile
dst: ~/.bash_profile
f_conkyrc:
src: conkyrc
dst: ~/.conkyrc
f_config:
src: config/i3/config
dst: ~/.config/i3/config
d_i3blocks:
src: config/i3blocks
dst: ~/.config/i3blocks
d_nvim:
src: config/nvim
dst: ~/.config/nvim
upignore:
- '*/plugin'
f_tmux.conf:
src: tmux.conf
dst: ~/.tmux.conf
f_xinitrc:
src: xinitrc
dst: ~/.xinitrc
f_xresources:
src: Xresources
dst: ~/.Xresources
f_xmodmap:
src: Xmodmap
dst: ~/.Xmodmap
chmod: '644'
f_gitconfig:
src: gitconfig
dst: ~/.gitconfig
f_tmux.conf.local:
src: tmux.conf.local
dst: ~/.tmux.conf.local
f_init.vim:
src: config/nvim/init.vim
dst: ~/.config/nvim/init.vim
f_ipython_config.py:
src: ipython/profile_default/ipython_config.py
dst: ~/.ipython/profile_default/ipython_config.py
f_01-keybindings.py:
src: ipython/profile_default/startup/01-keybindings.py
dst: ~/.ipython/profile_default/startup/01-keybindings.py
d_startup:
src: ipython/profile_default/startup
dst: ~/.ipython/profile_default/startup
f_pdbrc.py:
src: pdbrc.py
dst: ~/.pdbrc.py
f_fonts.conf:
src: config/fontconfig/fonts.conf
dst: ~/.config/fontconfig/fonts.conf
d_git_template:
src: git_template
dst: ~/.git_template
d_hooks:
src: git_template/hooks
dst: ~/.git_template/hooks
f_fzf:
src: fzf
dst: ~/.fzf
f_fzf.bash:
src: fzf.bash
dst: ~/.fzf.bash
f_102.forgit.sh:
src: local/profile.d/102.forgit.sh
dst: ~/.local/profile.d/102.forgit.sh
f_ideavimrc:
src: ideavimrc
dst: ~/.ideavimrc
f_user.json:
src: config/exercism/user.json
dst: ~/.config/exercism/user.json
f_test.json:
src: config/karabiner/assets/complex_modifications/test.json
dst: ~/.config/karabiner/assets/complex_modifications/test.json
d_ssh:
src: ssh
dst: ~/.ssh
f_bashrc.remote:
src: local/bashrc.remote
dst: ~/.local/bashrc.remote
d_tridactyl:
src: config/tridactyl
dst: ~/.config/tridactyl
d_alacritty:
src: config/alacritty
dst: ~/.config/alacritty
f_ankirc:
src: config/Ankirc
dst: ~/.config/Ankirc
chmod: '600'
f_exercism_user.json:
src: config/exercism/user.json
dst: ~/.config/exercism/user.json
d_ranger:
src: config/ranger
dst: ~/.config/ranger
f_colorscheme:
src: colorscheme
dst: ~/.colorscheme
d_rofi:
src: config/rofi
dst: ~/.config/rofi
f_70-synaptics.conf:
src: etc/X11/xorg.conf.d/70-synaptics.conf
dst: /etc/X11/xorg.conf.d/70-synaptics.conf
f_pam_env.conf:
src: etc/security/pam_env.conf
dst: /etc/security/pam_env.conf
f_alacritty.yml:
src: config/alacritty/alacritty.yml
dst: ~/.config/alacritty/alacritty.yml
f_coc.vim:
src: config/nvim/coc.vim
dst: ~/.config/nvim/coc.vim
d_lua:
src: config/nvim/lua
dst: ~/.config/nvim/lua
f_coc-settings.json:
src: config/nvim/coc-settings.json
dst: ~/.config/nvim/coc-settings.json
f_envrc.default:
src: envrc.default
dst: ~/envrc.default
d_direnv:
src: config/direnv
dst: ~/.config/direnv
profiles:
eliot:
dotfiles:
- d_aliases.d
- d_bashrc.d
- d_profile.d
- f_bashrc
- f_bash_profile
- f_conkyrc
- f_config
- d_i3blocks
- d_nvim
- d_ranger
- f_tmux.conf
- f_xinitrc
- f_xresources
eva:
dotfiles:
- d_aliases.d
- d_bashrc.d
- d_profile.d
- f_bashrc
- f_bash_profile
- f_config
- d_nvim
- f_ipython_config.py
- d_ranger
- f_tmux.conf
# - f_xinitrc
- f_xmodmap
- f_gitconfig
- d_git_template
- f_tmux.conf.local
- f_init.vim
- f_ipython_config.py
- d_startup
- f_pdbrc.py
- f_fonts.conf
- f_ideavimrc
- f_bashrc.remote
- d_alacritty
- d_tridactyl
- f_colorscheme
- d_rofi
- f_70-synaptics.conf
- f_pam_env.conf
- f_alacritty.yml
- f_coc.vim
- d_lua
- f_coc-settings.json
- f_envrc.default
- d_direnv
frankie:
dotfiles:
- d_aliases.d
- d_bashrc.d
- d_profile.d
- f_bashrc
- f_bash_profile
- f_config
- d_nvim
- d_ranger
- f_tmux.conf
- f_xinitrc
- f_xmodmap
- f_gitconfig
- d_git_template
- f_ipython_config.py
RLYLTPZ198.local:
dotfiles:
- d_aliases.d
- d_bashrc.d
- d_profile.d
- f_bashrc
- f_bash_profile
- f_init.vim
- d_nvim
- f_ipython_config.py
- f_tmux.conf
- f_tmux.conf.local
- f_gitconfig
- d_git_template
- d_ranger
- d_startup
- d_hooks
- f_fzf
- f_fzf.bash
- f_102.forgit.sh
- f_ideavimrc
- f_user.json
- f_test.json
- d_ssh
verena:
dotfiles:
- d_aliases.d
- d_bashrc.d
- d_profile.d
- f_bashrc
- f_bash_profile
- f_config
- d_nvim
- f_ipython_config.py
- d_ranger
- f_tmux.conf
- f_xinitrc
- f_xmodmap
- f_gitconfig
- d_git_template
- f_tmux.conf.local
- f_init.vim
- f_ipython_config.py
- d_startup
- f_pdbrc.py
- f_fonts.conf
- f_ideavimrc
- f_bashrc.remote
- d_tridactyl
- d_alacritty
- f_ankirc
- f_exercism_user.json
- d_ranger
fuschia:
dotfiles:
- d_aliases.d
- d_bashrc.d
- d_profile.d
- f_bashrc
- f_bash_profile
- f_config
- d_nvim
- f_ipython_config.py
- d_ranger
- f_tmux.conf
- f_xinitrc
- f_xmodmap
- f_gitconfig
- d_git_template
- f_tmux.conf.local
- f_init.vim
- f_ipython_config.py
- d_startup
- f_pdbrc.py
- f_fonts.conf
- f_ideavimrc
- f_bashrc.remote
- d_alacritty
- d_tridactyl
- f_colorscheme
- d_rofi