-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
59 lines (59 loc) · 1.14 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
config:
backup: true
create: true
dotpath: /home/dinamyc/dotfiles/dotfiles
dotfiles:
d_functions:
dst: ~/.config/fish/functions
src: config/fish/functions
d_i3:
dst: ~/.i3
src: i3
d_pentadactyl:
dst: ~/.pentadactyl
src: pentadactyl
d_vim:
dst: ~/.vim
src: vim
f_bashrc:
dst: ~/.bashrc
src: bashrc
f_config.fish:
dst: ~/.config/fish/config.fish
src: config/fish/config.fish
f_i3blocks_config:
dst: ~/.config/i3blocks/config
src: config/i3blocks/config
f_i3exit:
dst: ~/bin/i3exit
src: bin/i3exit
f_i3status_config:
dst: ~/.config/i3status/config
src: config/i3status/config
f_keyboard_options.sh:
dst: ~/bin/keyboard_options.sh
src: bin/keyboard_options.sh
f_lancruise:
dst: ~/bin/lancruise
src: bin/lancruise
f_pentadactylrc:
dst: ~/.pentadactylrc
src: pentadactylrc
f_vimrc:
dst: ~/.vimrc
src: vimrc
profiles:
parch:
- f_vimrc
- d_i3
- d_pentadactyl
- f_pentadactylrc
- f_i3status_config
- f_i3blocks_config
- f_lancruise
- f_i3exit
- f_keyboard_options.sh
- d_vim
- f_bashrc
- d_functions
- f_config.fish