-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdotbot.yml
More file actions
72 lines (54 loc) · 1.25 KB
/
dotbot.yml
File metadata and controls
72 lines (54 loc) · 1.25 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
63
64
65
66
67
68
69
70
71
72
- defaults:
link:
relink: true
- clean: ['~']
- create:
- ~/.vim/tmp/
- ~/.ssh/
- link:
~/.config/beets/config.yaml:
path: beets/config.yaml
create: true
~/.local/share/nvim/site:
path: ~/.vim
create: true
~/.config/nvim/init.vim:
path: vim/vimrc
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
~/.config/duplicity/files-excluded-from-backup:
path: duplicity/files-excluded-from-backup
create: true
~/.config/duplicity/config.env:
path: duplicity/config.env
create: true