dotfiles/.dotter/global.toml
2026-04-06 09:08:25 -07:00

91 lines
1.7 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/bash_completion" = "~/.bash_completion"
"default/bash_completion.d" = "~/.bash_completion.d"
[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]
[x11]
depends = ["graphical"]
[x11.files]
"x11/config" = { target = "~/.config", type = "symbolic" }
[x11.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]
[cosmo]
depends = ["x11"]
[cosmo.files]
"cosmo/config" = "~/.config"
[cosmo.variables]
[settings]
default_target_type = "automatic"