blob: 5dc3e865a385990f7fa73e8de198ca7fe6c86eee (
plain)
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
|
- defaults:
link:
relink: true
- clean: ['~']
- create:
~/.gnupg:
mode: 0700
- link:
~/.config/fontconfig/fonts.conf:
create: true
force: true
path: config/fontconfig/fonts.conf
~/.gnupg/gpg-agent.conf:
path: gnupg/gpg-agent.conf
~/.vimrc:
force: true
path: vimrc
~/.xprofile:
force: true
path: xprofile
~/.zsh/functions:
create: true
force: true
path: zsh/functions
~/.zshrc:
force: true
path: zshrc
|