-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
58 lines (57 loc) · 976 Bytes
/
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
47
48
49
50
51
52
53
54
55
56
57
58
config:
backup: true
create: true
dotpath: dotfiles
cmpignore:
- ".DS_Store"
instignore:
- ".DS_Store"
dotfiles:
d_gnupg:
src: .gnupg
dst: ~/.gnupg
chmod: 700
d_hammerspoon:
src: .hammerspoon
dst: ~/.hammerspoon
d_zsh_custom:
src: .oh-my-zsh/custom
dst: ~/.oh-my-zsh/custom
f_daily:
src: .local/bin/daily
dst: ~/.local/bin/daily
chmod: 755
f_today:
src: .local/bin/today
dst: ~/.local/bin/today
chmod: 755
f_inputrc:
src: .inputrc
dst: ~/.inputrc
f_vimrc:
src: .vimrc
dst: ~/.vimrc
f_Brewfile:
src: Brewfile
dst: ~/Brewfile
profiles:
# home
w-mbp:
dotfiles:
- d_zsh_custom
- d_hammerspoon
- f_daily
- f_today
- f_inputrc
- f_vimrc
- f_Brewfile
# work
w-mbp-work.local:
dotfiles:
- d_zsh_custom
- d_hammerspoon
- f_daily
- f_today
- f_inputrc
- f_vimrc
- f_Brewfile