-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdotdrop.config.yaml
46 lines (39 loc) · 1.17 KB
/
dotdrop.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
config:
# create a backup of the existing destination
backup: true
# do not display the `dotdrop` banner
banner: false
# create a directory hierarchy when installing dotfiles if it doesn't exist
create: true
# path to the directory containing the dotfiles to be managed by `dotdrop`
dotpath: dotfiles
# preserve leading dot when importing hidden file in the `dotpath`
keepdot: false
# do not link files and copy them instead
link_dotfile_default: nolink
link_on_import: nolink
# use long keys for dotfiles when importing
longkey: false
dotfiles:
# =================================================
# ~/
# =================================================
d_wallpapers:
dst: ~/.wallpapers
src: ../wallpapers
# =================================================
# ~/.config
# =================================================
d_aerospace:
dst: ~/.config/aerospace
src: .config/aerospace
# =================================================
# ~/Library/Application Support
# =================================================
profiles:
macos:
dotfiles:
# ~/
- d_wallpapers
# ~/.config
- d_aerospace