-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathto_save.jsonc
66 lines (66 loc) · 1.95 KB
/
to_save.jsonc
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
{
// single files that should be copied
"files": [
"/etc/doas.conf",
"/etc/pacman.conf",
"/etc/sudoers",
"/etc/xdg/weston/weston.ini",
"/usr/share/X11/xorg.conf.d/40-libinput.conf",
"~/.config/chromium-flags.conf",
"~/.config/electron-flags.conf",
"~/.config/flameshotrc",
"~/.config/kdeglobals",
"~/.config/libinput-gestures.conf",
"~/.config/picom.conf",
"~/.config/rofimoji.rc",
"~/.config/spotify-flags.conf",
"~/.gitconfig",
"~/.local/bin/balanced",
"~/.local/bin/buds",
"~/.local/bin/g502profile.sh",
"~/.local/bin/i3-layouts",
"~/.local/bin/i3l",
"~/.local/bin/performance",
"~/.local/bin/powersave",
"~/.local/bin/scrcpy.sh",
"~/.local/bin/teamviewer_autostart.sh",
"~/.local/bin/toggle_bluetooth.sh",
"~/.local/share/uptime-record",
"~/.profile"
],
// entire folders that should be copied
"directories": [
"/etc/pacman.d/hooks",
"/etc/pam.d",
"/etc/sddm.conf.d",
"~/.config/alacritty",
"~/.config/albafetch",
"~/.config/autorandr",
"~/.config/cava",
"~/.config/dunst",
"~/.config/fish",
"~/.config/flameshot",
"~/.config/hypr",
"~/.config/i3",
"~/.config/kanshi",
"~/.config/kitty",
"~/.config/MangoHud",
"~/.config/neofetch",
"~/.config/nitrogen",
"~/.config/nvim",
"~/.config/polybar",
"~/.config/qt5ct",
"~/.config/qt6ct",
"~/.config/rofi",
"~/.config/spicetify",
"~/.config/sway",
"~/.config/swayidle",
"~/.config/waybar",
"~/.config/wlogout",
"~/.local/share/applications",
"~/.local/share/fonts",
"~/.mozilla/firefox/default-release/chrome",
"~/.screenlayout",
"~/Immagini/wallpapers"
]
}