-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
76 lines (76 loc) · 1.58 KB
/
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
config:
backup: true
banner: true
create: true
dotpath: dotfiles
ignoreempty: false
keepdot: false
longkey: true
showdiff: true
workdir: ~/.config/dotdrop
link_on_import: nolink
dotfiles:
f_fzf.zsh:
dst: ~/.fzf.zsh
src: fzf.zsh
f_gitconfig:
dst: ~/.gitconfig
src: gitconfig
f_gitignore:
dst: ~/.gitignore
src: gitignore
f_overcommit.yml:
dst: ~/.overcommit.yml
src: overcommit.yml
f_zshrc:
dst: ~/.zshrc
src: zshrc
f_config_nvim_init.vim:
src: config/nvim/init.vim
dst: ~/.config/nvim/init.vim
f_config_kitty_kitty.conf:
src: config/kitty/kitty.conf
dst: ~/.config/kitty/kitty.conf
f_gitignore_global:
src: gitignore_global
dst: ~/.gitignore_global
f_zsh_git_aliases:
src: zsh_git_aliases
dst: ~/.zsh_git_aliases
d_hammerspoon:
src: hammerspoon
dst: ~/.hammerspoon
profiles:
Simonass-Air.lan:
dotfiles:
- f_zshrc
- f_fzf.zsh
- f_config_nvim_init.vim
- f_config_kitty_kitty.conf
Simonass-MacBook-Pro.local:
dotfiles:
- f_zshrc
- f_fzf.zsh
- f_config_nvim_init.vim
- f_gitconfig
- f_gitignore
- f_overcommit.yml
- f_config_kitty_kitty.conf
- f_gitignore_global
- f_zsh_git_aliases
- d_hammerspoon
Simonass-MBP.lan:
include:
- Simonass-MacBook-Pro.local
Simonass-MacBook-Pro-3.local:
include:
- Simonass-MacBook-Pro.local
Simonass-MacBook-Air.local:
include:
- Simonass-MacBook-Pro.local
QP3JHGWT0V:
include:
- Simonass-MacBook-Pro.local
RGQQLHCQ5P:
include:
- Simonass-MacBook-Pro.local