dotfiles/yolk.rhai
Katzenkralle 4e9be09c10 Init
2025-05-10 19:23:48 +02:00

52 lines
1.8 KiB
Plaintext

export let data = #{
for_vcs: LOCAL,
};
export let eggs = #{
assets: #{ targets: "~/.config/assets", enabled: true},
dconf: #{ targets: "~/.config/dconf", enabled: true},
dunst: #{ targets: "~/.config/dunst", enabled: true},
htop: #{ targets: "~/.config/htop", enabled: true},
hypr: #{ targets: "~/.config/hypr", enabled: true},
kitty: #{ targets: "~/.config/kitty", enabled: true},
libreoffice: #{ targets: "~/.config/libreoffice", enabled: true},
nvtop: #{ targets: "~/.config/nvtop", enabled: true},
nwgdrawer: #{ targets: "~/.config/nwg-drawer", enabled: true},
openrgb: #{ targets: "~/.config/OpenRGB", enabled: true},
qimgv: #{ targets: "~/.config/qimgv", enabled: true},
rofi: #{ targets: "~/.config/rofi", enabled: true},
thunar: #{ targets: #{
"thunar": "~/.config/Thunar",
"xfce": "~/.config/xfce4"
},
enabled: true},
vim: #{ targets: "~/.config/vim", enabled: true},
waybar: #{ targets: "~/.config/waybar", enabled: true} ,
yazi: #{ targets: "~/.config/yazi", enabled: true},
zsh: #{ targets: #{
".zshrc": "~/.zshrc",
".micro_scripts": "~/.micro_scripts",
"starship.toml": "~/.config/starship.toml" },
enabled: true},
misc: #{ targets: #{
"mine": "~/.config/mineapps.list"
},
enabled: true},
theme: #{
targets: #{
"qt5": "~/.config/qt5ct",
"qt6": "~/.config/qt6ct",
"gtk2": "~/.config/gtk-2.0",
"gtk3": "~/.config/gtk-3.0",
"gtk4": "~/.config/gtk-4.0",
"icons": "~/.icons",
"themes_lc": "~/.local/share/themes",
"icons_lc": "~/.local/share/icons"
},
enabled: true
}
};