-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.conf.yaml
64 lines (49 loc) · 977 Bytes
/
default.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
- defaults:
link:
relink: true
create: true
- clean: ['~']
- clean:
~/:
force: true
~/.config:
recursive: true
- link:
~/.gitconfig: gitconfig
#~/.zshrc: zsh/zshrc
~/.profile: profile
~/.xinitrc: xinitrc
~/:
glob: true
path: bash/*
prefix: '.'
#~/.config/autostart.sh: autostart.sh
~/.config/starship.toml: starship.toml
#~/.config/nvim:
#glob: true
#path: nvim
~/.vim:
glob: true
path: vim/*
~/.config/alacritty:
glob: true
path: alacritty
~/.config/micro/colorschemes:
glob: true
path: micro
~/.config/redshift:
glob: true
path: redshift
#~/.config/zsh:
#glob: true
#path: zsh/*
#exclude: [ zsh/zshrc ]
~/.local/bin:
glob: true
path: bin/*
~/.local/share/applications:
glob: true
path: apps/*
~/.fonts:
glob: true
path: fonts