Update 2024-12-10

This commit is contained in:
2024-12-10 08:11:14 +02:00
parent d231e9de9c
commit 9e0be0285a
21 changed files with 1778 additions and 515 deletions

View File

@@ -1,7 +1,7 @@
[helpers]
[default]
depends = [ ]
depends = []
[default.files]
LICENSE = ""
@@ -13,38 +13,38 @@ LICENSE = ""
default_target_type = "symbolic"
[base]
depends = [ "default", "zsh", "spotify", "terminal", "local", "misc" ]
depends = ["default", "zsh", "spotify", "terminal", "local", "misc"]
[x11]
depends = [ "base", "awesome", "picom", "dunst" ]
depends = ["base", "awesome", "picom", "dunst"]
[x11.files]
"config/zsh/.zprofile-x11" = "~/.config/zsh/.zprofile"
"config/x11/" = "~/.config/x11/"
"config/x11/xresources" = {target = "~/.config/x11/xresources", type = "template"}
"config/x11/xresources" = { target = "~/.config/x11/xresources", type = "template" }
[x11-laptop]
depends = [ "base", "awesome_laptop", "picom", "dunst" ]
depends = ["base", "awesome_laptop", "picom", "dunst"]
[x11-laptop.files]
"config/zsh/.zprofile-x11" = "~/.config/zsh/.zprofile"
"config/x11/" = "~/.config/x11/"
"config/x11/xresources" = {target = "~/.config/x11/xresources", type = "template"}
"config/x11/xresources" = { target = "~/.config/x11/xresources", type = "template" }
[wayland]
depends = [ "base", "hyprland", "dunst" ]
depends = ["base", "hyprland", "dunst"]
[wayland.files]
"config/zsh/.zprofile-wayland" = "~/.config/zsh/.zprofile"
"config/x11/xresources" = {target = "~/.config/x11/xresources", type = "template"}
"config/x11/xresources" = { target = "~/.config/x11/xresources", type = "template" }
[shell.files]
"config/shell/" = "~/.config/shell/"
[zsh]
depends = [ "shell" ]
depends = ["shell"]
[zsh.files]
"config/shell/env" = "~/.zshenv"
@@ -55,10 +55,11 @@ depends = [ "shell" ]
"local/share/" = "~/.local/share/"
[misc]
depends = [ "torrent", "zathura" ]
depends = ["torrent", "zathura"]
[misc.files]
"config/batrc" = "~/.config/bat/config"
"config/tmThemes/" = "~/.config/silicon/themes/"
"config/btop/" = "~/.config/btop/"
"config/htoprc" = "~/.config/htop/htoprc"
"config/fastfetch/" = "~/.config/fastfetch/"
@@ -92,7 +93,7 @@ depends = [ "torrent", "zathura" ]
"config/dunst/" = "~/.config/dunst/"
[hyprland]
depends = [ "dunst", "misc", "local", "eww", "lock" ]
depends = ["dunst", "misc", "local", "eww", "lock"]
[hyprland.files]
"config/hypr/" = "~/.config/hypr/"
@@ -120,11 +121,11 @@ depends = [ "dunst", "misc", "local", "eww", "lock" ]
"config/spotify-tui.yml" = "~/.config/spotify-tui/config.yml"
[terminal]
depends = [ "zsh", "tmux", "yazi" ]
depends = ["zsh", "tmux", "yazi"]
[terminal.files]
"config/alacritty/" = "~/.config/alacritty/"
"config/alacritty/alacritty.toml" = {target = "~/.config/alacritty/alacritty.toml", type = "template"}
"config/alacritty/alacritty.toml" = { target = "~/.config/alacritty/alacritty.toml", type = "template" }
"config/starship.toml" = "~/.config/starship/starship.toml"
[tmux.files]