-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathglobal-config.yaml
84 lines (84 loc) · 1.95 KB
/
global-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
77
78
79
80
81
82
83
84
config:
backup: true
banner: true
create: true
dotpath: global-dotfiles
keepdot: false
link_dotfile_default: nolink
link_on_import: nolink
longkey: false
dotfiles:
f_pacman.conf:
src: etc/pacman.conf
dst: /etc/pacman.conf
d_bin:
src: usr/local/bin
dst: /usr/local/bin
d_cron:
src: var/spool/cron
dst: /var/spool/cron
f_slock@.service:
src: etc/systemd/system/slock@.service
dst: /etc/systemd/system/slock@.service
f_83-gamingkeyboard.rules:
src: etc/udev/rules.d/83-gamingkeyboard.rules
dst: /etc/udev/rules.d/83-gamingkeyboard.rules
f_mkinitcpio.conf:
src: etc/mkinitcpio.conf
dst: /etc/mkinitcpio.conf
f_grub:
src: etc/default/grub
dst: /etc/default/grub
f_background.png:
src: usr/share/images/grub/background.png
dst: /usr/share/images/grub/background.png
f_issue:
src: etc/issue
dst: /etc/issue
f_script.service:
src: etc/systemd/system/script.service
dst: /etc/systemd/system/script.service
f_sudoers:
src: etc/sudoers
dst: /etc/sudoers
chmod: '440'
f_profile:
src: etc/profile
dst: /etc/profile
cmpignore:
- '*'
upignore:
- '*'
instignore:
- '*'
d_breeze_blue:
src: usr/share/icons/Breeze_Blue
dst: /usr/share/icons/Breeze_Blue
f_backlight.rules:
src: etc/udev/rules.d/backlight.rules
dst: /etc/udev/rules.d/backlight.rules
f_99-swappiness.conf:
src: etc/sysctl.d/99-swappiness.conf
dst: /etc/sysctl.d/99-swappiness.conf
f_40-libinput.conf:
src: etc/X11/xorg.conf.d/40-libinput.conf
dst: /etc/X11/xorg.conf.d/40-libinput.conf
profiles:
arch:
dotfiles:
- f_pacman.conf
- d_bin
- d_cron
- f_slock@.service
- f_83-gamingkeyboard.rules
- f_mkinitcpio.conf
- f_grub
- f_background.png
- f_issue
- f_script.service
- f_sudoers
- f_profile
- d_breeze_blue
- f_backlight.rules
- f_99-swappiness.conf
- f_40-libinput.conf