This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kelp.yaml
118 lines (118 loc) · 2.62 KB
/
kelp.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
---
homefiles:
- name: Fish config
path: ".config/fish"
- name: I3 config
path: ".config/i3/config"
backuponly: ~
onlyon: ~
- name: Rofi config
path: ".config/rofi"
backuponly: ~
onlyon: ~
- name: Bash config
path: ".bashrc"
backuponly: ~
onlyon: ~
- name: Polybar config
path: ".config/polybar"
backuponly: ~
onlyon: ~
- name: Dunst config
path: ".config/dunst/dunstrc.template"
backuponly: ~
onlyon: ~
- name: Picom config
path: ".config/picom"
backuponly: ~
onlyon: ~
- name: Alacritty config
path: ".config/alacritty/alacritty.yml"
backuponly: ~
onlyon: ~
- name: Xresources config
path: ".Xresources"
backuponly: ~
onlyon: ~
- name: VS Code config
path: ".config/Code/User/settings.json"
backuponly: ~
onlyon: ~
- name: SSH configuration
path: ".ssh/config"
- name: "Utilities"
path: ".bin"
- path: ".xinitrc"
name: "Xinit config"
- path: ".inputrc"
name: "InputRC"
- path: ".tmux.conf"
name: "TMUX configuration"
- name: "NVIM config"
path: ".config/nvim"
- name: "Sway configuration"
path: ".config/sway"
- name: "Eww configuration"
path: ".config/eww"
- name: "Profile"
path: ".profile"
- path: ".config/systemd/user/XSession.target"
- path: ".config/systemd/user/telegram-notifs.service"
- path: ".config/systemd/user/polkit-mate.service"
- name: "Picom systemd service"
path: ".config/systemd/user/picom.service"
rootfiles:
- name: Portages repos
path: /etc/portage/repos.conf
backuponly: ~
onlyon: gentoo
- name: Package USES
path: /etc/portage/package.use
backuponly: ~
onlyon: gentoo
- name: Packages Accept Keywords
path: /etc/portage/package.accept_keywords
backuponly: ~
onlyon: gentoo
- name: Make.conf file
path: /etc/portage/make.conf
backuponly: true
onlyon: gentoo
- name: "Dracut config"
path: /etc/dracut.conf.d/
backuponly: true
- name: Portage profile
path: /etc/portage/profile
onlyon: gentoo
backuponly: true
- name: Kernel config
path: /usr/src/linux/.config
- name: WORLD file
path: /var/lib/portage/world
onlyon: gentoo
- name: Udev switch RCM rule
path: /etc/udev/rules.d/99-switch-rcm.rules
- name: TLP Configuration
path: "/etc/tlp.conf"
postsave: []
prerun: []
postrun: []
packages:
gentoo:
with_file: ~
packages: []
arch:
with_file: ~
packages: []
debian:
with_file: ~
packages: []
fedora:
with_file: ~
packages: []
npm:
with_file: ~
packages: []
gems:
with_file: ~
packages: []