73 lines
1.4 KiB
TOML
73 lines
1.4 KiB
TOML
[helpers]
|
|
|
|
[default]
|
|
depends = []
|
|
|
|
[default.files]
|
|
"default/bashrc.d" = "~/.bashrc.d"
|
|
"default/config/hyfetch.json" = "~/.config/hyfetch.json"
|
|
"default/config/fastfetch" = "~/.config/fastfetch"
|
|
"default/gitconfig" = "~/.gitconfig"
|
|
"default/bin" = "~/.local/bin"
|
|
"default/scripts" = "~/Scripts"
|
|
"default/config/starship.toml" = "~/.config/starship.toml"
|
|
"default/config/helix" = "~/.config/helix"
|
|
"default/XCompose" = "~/.XCompose"
|
|
|
|
[default.variables]
|
|
|
|
[graphical]
|
|
depends = ["default"]
|
|
|
|
[graphical.files]
|
|
"graphical/bin" = "~/.local/bin"
|
|
"graphical/config" = { target = "~/.config", type = "symbolic" }
|
|
"graphical/librewolf" = { target = "~/.librewolf", type = "symbolic" }
|
|
"graphical/flatpak" = "~/.var/app"
|
|
"graphical/share" = "~/.local/share"
|
|
"graphical/fonts" = "~/.fonts"
|
|
|
|
[graphical.variables]
|
|
|
|
[wayland]
|
|
depends = ["graphical"]
|
|
|
|
[wayland.files]
|
|
"wayland/config" = { target = "~/.config", type = "symbolic" }
|
|
|
|
[wayland.variables]
|
|
|
|
[desktop]
|
|
depends = ["wayland"]
|
|
|
|
[desktop.files]
|
|
"desktop/config" = "~/.config"
|
|
|
|
[desktop.variables]
|
|
|
|
[personal-laptop]
|
|
depends = ["wayland"]
|
|
|
|
[personal-laptop.files]
|
|
"personal-laptop/config" = "~/.config"
|
|
|
|
[personal-laptop.variables]
|
|
|
|
[fajita]
|
|
depends = ["wayland"]
|
|
|
|
[fajita.files]
|
|
"fajita/config" = "~/.config"
|
|
|
|
[fajita.variables]
|
|
|
|
[work-laptop]
|
|
depends = ["wayland"]
|
|
|
|
[work-laptop.files]
|
|
"work-laptop/config" = "~/.config"
|
|
|
|
[work-laptop.variables]
|
|
|
|
[settings]
|
|
default_target_type = "automatic"
|