38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
# Config updater — defines which dotfiles configs are deployed to ~/.config
|
|
#
|
|
# SOURCE_BASE base directory containing all configs in the dotfiles
|
|
#
|
|
# config <name> copy SOURCE_BASE/<name> to ~/.config/<name>
|
|
# flat <name> copy contents of SOURCE_BASE/<name> directly into ~/.config/
|
|
# ignore <name> present in source but intentionally not managed here
|
|
|
|
SOURCE_BASE = ~/Dotfiles/desktopenvs/niri
|
|
|
|
# ── deployed as ~/.config/<name> ─────────────────────────────────────────────
|
|
config alacritty
|
|
config btop
|
|
config dunst
|
|
config gtk-3.0
|
|
config kitty
|
|
config mimeapps.list
|
|
config niri
|
|
config nwg-drawer
|
|
config nwg-panel
|
|
config scripts
|
|
config ulauncher
|
|
config vicinae
|
|
config walker
|
|
config waybar
|
|
config wofi
|
|
config xfce4
|
|
|
|
# ── intentionally not managed here ───────────────────────────────────────────
|
|
ignore config-updater # the updater itself
|
|
ignore CRT # referenced from dotfiles path directly
|
|
ignore eww # eww bar variant selected and installed separately
|
|
ignore eww-nobattery
|
|
ignore eww-touch
|
|
ignore greetd-tuigreet # deployed to /etc/greetd/ at install time
|
|
ignore spicetify # managed separately
|
|
ignore Vencord # managed separately
|