-
Notifications
You must be signed in to change notification settings - Fork 0
/
dotbot.yml
56 lines (42 loc) · 929 Bytes
/
dotbot.yml
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
- defaults:
link:
relink: true
- clean: ['~']
- create:
- ~/.vim/tmp/
- ~/.ssh/
- link:
~/.config/beets/config.yaml:
path: beets/config.yaml
create: true
~/.vim/vimrc:
path: vim/vimrc
create: true
~/.vim/coc-settings.json:
path: vim/coc-settings.json
create: true
~/.editorconfig: editorconfig/editorconfig.conf
~/.config/tmux/tmux.conf:
path: tmux/tmux.conf
create: true
~/.config/git/config:
path: git/config
create: true
~/.config/ncmpcpp/config:
path: ncmpcpp/config
create: true
~/.config/mopidy/mopidy.conf:
path: mopidy/mopidy.conf
create: true
~/.ssh/config:
path: ssh/config
create: true
~/.config/sway:
path: sway
create: true
~/.config/waybar:
path: waybar
create: true
~/.config/foot:
path: foot
create: true