Update 2024-12-23

This commit is contained in:
2024-12-23 22:36:35 +02:00
parent 56d085310f
commit 9ae599446b
42 changed files with 1412 additions and 412 deletions

View File

@@ -1,7 +1,7 @@
[helpers]
[default]
depends = []
depends = [ ]
[default.files]
LICENSE = ""
@@ -13,38 +13,36 @@ 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", "rofi" ]
[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", "rofi" ]
[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"
@@ -54,8 +52,11 @@ depends = ["shell"]
"local/bin/" = "~/.local/bin/"
"local/share/" = "~/.local/share/"
[rofi.files]
"config/rofi/" = "~/.config/rofi/"
[misc]
depends = ["torrent", "zathura"]
depends = [ "torrent", "zathura" ]
[misc.files]
"config/batrc" = "~/.config/bat/config"
@@ -93,7 +94,7 @@ depends = ["torrent", "zathura"]
"config/dunst/" = "~/.config/dunst/"
[hyprland]
depends = ["dunst", "misc", "local", "eww", "lock"]
depends = [ "misc", "local", "eww", "lock" ]
[hyprland.files]
"config/hypr/" = "~/.config/hypr/"
@@ -121,11 +122,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]