-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstall-mappings.yml
More file actions
339 lines (290 loc) · 21 KB
/
install-mappings.yml
File metadata and controls
339 lines (290 loc) · 21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
# Declarative install mappings used by scripts/install.sh and CI
# Layout: grouped by module (modules/<group>/...), destinations: xdg:, xdg_state:, xdg_data:, home:, ignore
default_action: dotify
#########################
# modules/shell
#########################
# Shell-specific configs (modules/shell/*)
starship.toml|starship: xdg:starship/starship.toml # modules/shell/starship
config.fish|fish: xdg:fish/config.fish # modules/shell/fish
Microsoft.PowerShell_profile.ps1|pwsh: xdg:powershell/Microsoft.PowerShell_profile.ps1 # modules/shell/pwsh
# Dotfiles de shells específicas
.bashrc|bash: home:.bashrc # modules/shell/bash
.bash_profile|bash: home:.bash_profile # modules/shell/bash
.profile|bash: home:.profile # modules/shell/bash
.zshrc|zsh: home:.zshrc # modules/shell/zsh
.zprofile|zsh: home:.zprofile # modules/shell/zsh
.kshrc|ksh: home:.kshrc # modules/shell/ksh
.mkshrc|mksh: home:.mkshrc # modules/shell/mksh
.tcshrc|tcsh: home:.tcshrc # modules/shell/tcsh
rc.elv|elvish: xdg:elvish/rc.elv # modules/shell/elvish (XDG_CONFIG_HOME/elvish/rc.elv)
rc.xsh|xonsh: xdg:xonsh/rc.xsh # modules/shell/xonsh (XDG_CONFIG_HOME/xonsh/rc.xsh)
config.nu|nushell: xdg:nushell/config.nu # modules/shell/nushell
# Shell common files
.inputrc|common: home:.inputrc # modules/shell/common (readline)
.lesshst|common: xdg_state:less/lesshst # modules/shell/common (less history - XDG_STATE_HOME)
.lesskey|common: xdg:lesskey # modules/shell/common (less key bindings - XDG_CONFIG_HOME)
.dmrc|common: ignore # modules/shell/common (display manager)
#########################
# modules/cli-tools
#########################
# TMux and XMMS configs (modules/cli-tools/*)
.tmux.conf|tmux: xdg:tmux/tmux.conf # modules/cli-tools/tmux
xmms2.conf|xmms: xdg:xmms2/xmms2.conf # modules/cli-tools/xmms (XDG_CONFIG_HOME/xmms2/ contains startup.d, shutdown.d, medialib.db)
htoprc|htop: xdg:htop/htoprc # modules/cli-tools/htop (Windows Task Manager style)
# Modern CLI tools
fzf.bash|fzf: xdg:fzf/fzf.bash # modules/cli-tools/fzf (fuzzy finder)
config|bat: xdg:bat/config # modules/cli-tools/bat (cat with syntax highlighting)
ripgreprc|ripgrep: home:.ripgreprc # modules/cli-tools/ripgrep (better grep)
ignore|fd: xdg:fd/ignore # modules/cli-tools/fd (better find)
config|eza: xdg:eza/config # modules/cli-tools/eza (modern ls)
dust.conf|dust: xdg:dust/dust.conf # modules/cli-tools/dust (modern du)
#########################
# modules/browsers
#########################
# Browser flags and ignores (modules/browsers/*)
chrome-flags.conf|chrome:
- xdg:chrome/chrome-flags.conf
- xdg:chromium/chromium-flags.conf # modules/browsers/chrome (XDG locations)
brave-flags.conf|brave: xdg:BraveSoftware/Brave-Browser/brave-flags.conf # modules/browsers/brave
userChrome.css|firefox: ignore # modules/browsers/firefox (manual/profile - copy to Firefox profile directory)
user.js|firefox: ignore # modules/browsers/firefox (manual/profile - copy to Firefox profile directory)
epiphany-settings.sh|epiphany: ignore # modules/browsers/epiphany (aplicar con bash)
falkon-settings.sh|falkon: ignore # modules/browsers/falkon (aplicar con bash)
#########################
# modules/desktop/de & wm
#########################
# Desktop environments - cada uno con su xinitrc completo y optimizado
# Mapear según el DE que uses (comentar/descomentar según necesidad)
# === Cinnamon Desktop === (optimizado - polkit-gnome, csd-power, nm-applet)
.xinitrc|cinnamon: ignore # modules/desktop/de/cinnamon (usar para Cinnamon)
.dmrc|cinnamon: ignore # modules/desktop/de/cinnamon (no usado)
# === XFCE Desktop === (optimizado - xfce-polkit, xfce4-power-manager)
.xinitrc|xfce: ignore # modules/desktop/de/xfce (descomentar si usas XFCE: home:.xinitrc)
.dmrc|xfce: ignore # modules/desktop/de/xfce (no usado)
# === GNOME Desktop === (minimalista - GNOME maneja servicios internamente)
.xinitrc|gnome: ignore # modules/desktop/de/gnome (descomentar si usas GNOME: home:.xinitrc)
.dmrc|gnome: ignore # modules/desktop/de/gnome (no usado)
# === KDE Plasma === (minimalista - KDE maneja servicios internamente)
.xinitrc|kde: ignore # modules/desktop/de/kde (descomentar si usas KDE: home:.xinitrc)
.dmrc|kde: ignore # modules/desktop/de/kde (no usado)
# === LXQt Desktop === (optimizado - lxqt-policykit-agent, nm-applet)
.xinitrc|lxqt: ignore # modules/desktop/de/lxqt (descomentar si usas LXQt: home:.xinitrc)
.dmrc|lxqt: ignore # modules/desktop/de/lxqt (no usado)
# === Window Managers Standalone === (genérico para i3, awesome, bspwm, dwm, etc.)
.xinitrc|x11: ignore # modules/desktop/wm/x11 (descomentar si usas WM standalone: home:.xinitrc)
.Xmodmap|x11: home:.Xmodmap # modules/desktop/wm/x11 (keyboard mappings)
.xserverrc|x11: home:.xserverrc # modules/desktop/wm/x11 (X server config)
.xsession|x11: home:.xsession # modules/desktop/wm/x11 (session script)
.xsessionrc|x11: home:.xsessionrc # modules/desktop/wm/x11 (session config)
#########################
# modules/desktop
#########################
# Desktop environment specific files (modules/desktop/*)
# (X11/Xsession related dotfiles are listed under Dotfiles section)
# de-settings.conf|de: xdg:de/settings.conf
.xinitrc|de: ignore # Desktop-specific .xinitrc (varies by DE)
.dmrc|de: ignore # Desktop-specific .dmrc (varies by DE)
.xinitrc|wm: ignore # Window manager .xinitrc (manual setup)
.Xdefaults|wm: ignore # X11 defaults (deprecated, use .Xresources)
# Desktop Environment
picom.conf|picom: xdg:picom/picom.conf # modules/desktop/de/picom
dunstrc|dunst: xdg:dunst/dunstrc # modules/desktop/de/dunst
# File Managers
pcmanfm.conf|pcmanfm: xdg:pcmanfm/default/pcmanfm.conf # modules/desktop/file-manager/pcmanfm
thunarrc|thunar: xdg:Thunar/thunarrc # modules/desktop/file-manager/thunar
spacefm.conf|spacefm: xdg:spacefm/spacefm.conf # modules/desktop/file-manager/spacefm
# Toolkit / System
.gtkrc|gtk-1.2: home:.gtkrc # modules/desktop/gtk/gtk-1.2
.gtkrc-2.0|gtk-2.0: home:.gtkrc-2.0 # modules/desktop/gtk/gtk-2.0 (Config File)
"*|gtk-2.0": home:.local/share/themes/RetroClassic98/gtk-2.0 # modules/desktop/gtk/gtk-2.0 (Theme Assets - exclude .gtkrc-2.0 via ignore rule or copy behavior)
# GTK 3.0 (Full directory mapping for Assets & Modular CSS)
"*|gtk-3.0": xdg:gtk-3.0/ # modules/desktop/gtk/gtk-3.0
settings.ini|gtk-4.0: xdg:gtk-4.0/settings.ini # modules/desktop/gtk/gtk-4.0
gtk.css|gtk-4.0: xdg:gtk-4.0/gtk.css # modules/desktop/gtk/gtk-4.0
# Launcher
config|wofi: xdg:wofi/config # modules/desktop/launcher/wofi
style.css|wofi: xdg:wofi/style.css # modules/desktop/launcher/wofi
# Future QT Support (Placeholder structure)
qtrc|qt1: home:.qtrc # modules/desktop/qt/qt1
qtrc|qt2: home:.qtrc # modules/desktop/qt/qt2 (same filename as qt1)
qtrc|qt3: home:.qt/qtrc # modules/desktop/qt/qt3
Trolltech.conf|qt4: xdg:Trolltech.conf # modules/desktop/qt/qt4
qt5ct.conf|qt5: xdg:qt5ct/qt5ct.conf # modules/desktop/qt/qt5
qt6ct.conf|qt6: xdg:qt6ct/qt6ct.conf # modules/desktop/qt/qt6
# TDE (Trinity Desktop Environment) - Managed under QT due to heritage
kdeglobals|tde: home:.trinity/share/config/kdeglobals # modules/desktop/qt/tde
# ===== SHELL =====
# Window Managers - Windows 95/98 Style
RetroClassic98|xfwm4: home:.local/share/themes/RetroClassic98/xfwm4 # modules/desktop/wm/xfwm4 (XFWM4 Theme Assets)
preferences|icewm: xdg:icewm/preferences # modules/desktop/wm/icewm
.xinitrc|icewm: ignore # modules/desktop/wm/icewm
config|fvwm: xdg:fvwm/config # modules/desktop/wm/fvwm
.xinitrc|fvwm: ignore # modules/desktop/wm/fvwm
rc.xml|openbox: xdg:openbox/rc.xml # modules/desktop/wm/openbox
RetroClassic98|openbox: home:.local/share/themes/RetroClassic98 # modules/desktop/wm/openbox/RetroClassic98
.xinitrc|openbox: ignore # modules/desktop/wm/openbox
config|sway: xdg:sway/config # modules/desktop/wm/sway (Wayland)
hyprland.conf|hyprland: xdg:hypr/hyprland.conf # modules/desktop/wm/hyprland (Wayland)
rc.xml|labwc: xdg:labwc/rc.xml # modules/desktop/wm/labwc (Wayland)
themerc|labwc: xdg:labwc/themerc # modules/desktop/wm/labwc
themerc-override|labwc: xdg:labwc/themerc-override # modules/desktop/wm/labwc
autostart|labwc: xdg:labwc/autostart # modules/desktop/wm/labwc
menu.xml|labwc: xdg:labwc/menu.xml # modules/desktop/wm/labwc
RetroClassic98|metacity-1: home:.local/share/themes/RetroClassic98/metacity-1 # modules/desktop/wm/metacity-1
# Waybar (Wayland status bar)
config.jsonc|waybar: xdg:waybar/config.jsonc # modules/desktop/wm/waybar
style.css|waybar: xdg:waybar/style.css # modules/desktop/wm/waybar
# Window Managers - NeXTSTEP Style
WindowMaker|windowmaker: ignore # modules/desktop/wm/windowmaker
.xinitrc|windowmaker: ignore # modules/desktop/wm/windowmaker
wlmaker.plist|wlmaker: xdg:wlmaker/wlmaker.plist # modules/desktop/wm/wlmaker (Wayland)
# Window Managers - Classic
.twmrc|twm: home:.twmrc # modules/desktop/wm/twm
#########################
# modules/pacman
#########################
makepkg.conf|pacman: xdg:pacman/makepkg.conf # modules/pacman
fortran.conf|pacman: xdg:pacman/fortran.conf # modules/pacman
rust.conf|pacman: xdg:pacman/rust.conf # modules/pacman
#########################
# modules/dev-tools
#########################
# Development tools configs (modules/dev-tools/*)
# Git configuration
.gitconfig|git: xdg:git/config # modules/dev-tools/git
.gitignore|git: xdg:git/ignore # modules/dev-tools/git (global gitignore)
.gitattributes|git: xdg:git/attributes # modules/dev-tools/git
.git-credentials|git: xdg:git/credentials # modules/dev-tools/git (encrypted/template)
.gitk|git: xdg:git/gitk # modules/dev-tools/git (gitk config)
# Cargo (Rust package manager)
config|cargo: xdg:cargo/config # modules/dev-tools/cargo
# Gemini AI settings
.gemini/settings.json|gemini: ignore # modules/dev-tools/gemini
.gemini.example|gemini: ignore # modules/dev-tools/gemini (example file)
# Lazygit
config.yml|lazygit: xdg:lazygit/config.yml # modules/dev-tools/lazygit
# SSH
config.example|ssh: home:.ssh/config.example # modules/dev-tools/ssh (template)
config|ssh: ignore # modules/dev-tools/ssh (sensitive)
# NPM
.npmrc.example|npm: home:.npmrc.example # modules/dev-tools/npm (template)
.npmrc|npm: ignore # modules/dev-tools/npm (sensitive)
# Python Development
pyproject.toml|python: ignore # modules/dev-tools/python (template - copy to projects)
#########################
# modules/system
#########################
# Fontconfig (fontconfig-ultimate style)
fonts.conf|fontconfig: xdg:fontconfig/fonts.conf # modules/system/fontconfig
# Power Management (TLP for ThinkPad)
tlp.conf|power-management: ignore # modules/system/power-management (needs root - copy manually)
# ThinkPad specific (TrackPoint config)
trackpoint.sh|thinkpad: ignore # modules/system/thinkpad (manual review - device specific)
trackpoint-config.service|thinkpad: ignore # modules/system/thinkpad (manual review - systemd service)
# Logind (systemd power management)
logind.conf|logind: ignore # modules/system/logind (needs root - copy to /etc/systemd/logind.conf)
# System /etc configs (all need root)
thinkfan.conf|etc: ignore # modules/system/etc (needs root)
console-setup|etc: ignore # modules/system/etc/default (needs root)
grub|etc: ignore # modules/system/etc/default (needs root)
10-audio.conf|etc: ignore # modules/system/etc/modprobe.d (needs root)
10-disable-pcspkr.conf|etc: ignore # modules/system/etc/modprobe.d (needs root)
20-power-save.conf|etc: ignore # modules/system/etc/modprobe.d (needs root)
30-thinkpad.conf|etc: ignore # modules/system/etc/modprobe.d (needs root)
system-info.sh|etc: ignore # modules/system/etc/profile.d (needs root)
99-resources.conf|etc: ignore # modules/system/etc/security/limits.d (needs root)
99-filesystem.conf|etc: ignore # modules/system/etc/sysctl.d (needs root)
99-kernel-hardening.conf|etc: ignore # modules/system/etc/sysctl.d (needs root)
99-network-security.conf|etc: ignore # modules/system/etc/sysctl.d (needs root)
99-reisub.conf|etc: ignore # modules/system/etc/sysctl.d (needs root)
99-swap.conf|etc: ignore # modules/system/etc/sysctl.d (needs root)
40-security-devices.rules|etc: ignore # modules/system/etc/udev/rules.d (needs root)
50-usb_power_save.rules|etc: ignore # modules/system/etc/udev/rules.d (needs root)
70-wifi-powersave.rules|etc: ignore # modules/system/etc/udev/rules.d (needs root)
80-bluetooth.rules|etc: ignore # modules/system/etc/udev/rules.d (needs root)
00-keyboard.conf|etc: ignore # modules/system/etc/X11/xorg.conf.d (needs root)
10-keyboard.conf|etc: ignore # modules/system/etc/X11/xorg.conf.d (needs root)
20-intel.conf|etc: ignore # modules/system/etc/X11/xorg.conf.d (needs root)
40-libinput.conf|etc: ignore # modules/system/etc/X11/xorg.conf.d (needs root)
70-wacom.conf|etc: ignore # modules/system/etc/X11/xorg.conf.d (needs root)
#########################
# modules/editor
#########################
# Editor configurations (modules/editor/*)
config.toml|helix: xdg:helix/config.toml # modules/editor/helix
init.el|emacs: xdg:emacs/init.el # modules/editor/emacs
gedit-settings.sh|gedit: ignore # modules/editor/gedit (aplicar con bash)
init.vim|nvim: xdg:nvim/init.vim # modules/editor/nvim
kakrc|kakoune: xdg:kak/kakrc # modules/editor/kakoune
katerc|kate: xdg:kate/katerc # modules/editor/kate
settings.json|micro: xdg:micro/settings.json # modules/editor/micro
settings.json|vscode: xdg:Code/User/settings.json # modules/editor/vscode
argv.json|vscode: xdg:Code/User/argv.json # modules/editor/vscode (disable GPU acceleration)
vimrc|vim: xdg:vim/vimrc # modules/editor/vim (XDG_CONFIG_HOME/vim/vimrc)
nanorc|nano: xdg:nano/nanorc # modules/editor/nano (DOS Edit style)
xed-settings.sh|xed: ignore # modules/editor/xed (aplicar con bash - Linux Mint)
styles/Chicago95.xml|xed: xdg_data:xed/styles/Chicago95.xml # modules/editor/xed/styles (GtkSourceView)
xreader-settings.sh|xreader: ignore # modules/editor/xreader (aplicar con bash)
images_chicago95.zip|editor: xdg:libreoffice/4/user/config # modules/editor/libreoffice/libreoffice-chicago95-iconset (Nested)
# Sublime Text
Preferences.sublime-settings|sublime: xdg:sublime-text/Packages/User/Preferences.sublime-settings
Default (Windows).sublime-keymap|sublime: xdg:sublime-text/Packages/User/Default (Windows).sublime-keymap
Package Control.sublime-settings|sublime: xdg:sublime-text/Packages/User/Package Control.sublime-settings
# LaTeX
.latexmkrc|latex: home:.latexmkrc # modules/editor/latex
#########################
# modules/term
#########################
# Terminal emulator configs (modules/term/*)
alacritty.toml|alacritty: xdg:alacritty/alacritty.toml # modules/term/alacritty
kitty.conf|kitty: xdg:kitty/kitty.conf # modules/term/kitty
gnome-terminal-settings.sh|gnome-terminal: ignore # modules/term/gnome-terminal (aplicar con bash)
Profile.profile|konsole: xdg_data:konsole/Profile.profile # modules/term/konsole (KDE)
terminalrc|xfce4-terminal: xdg:xfce4/terminal/terminalrc # modules/term/xfce4-terminal
tilix.json|tilix: xdg:tilix/tilix.json # modules/term/tilix
.Xresources|xterm: home:.Xresources # modules/term/xterm (CMD Win95/98 style)
foot.ini|foot: xdg:foot/foot.ini # modules/term/foot (Wayland CMD Win95/98)
#########################
# modules/system
#########################
# System-level configs, may require manual linking with sudo (all under etc/ should be ignored)
etc/default/console-setup: ignore # Symlink manually: sudo ln -s <repo_path> /etc/default/console-setup
etc/default/grub: ignore # System-level config (requires root)
etc/modprobe.d/10-audio.conf: ignore # System-level config (requires root)
etc/modprobe.d/10-disable-pcspkr.conf: ignore # System-level config (requires root)
etc/modprobe.d/20-power-save.conf: ignore # System-level config (requires root)
etc/modprobe.d/30-thinkpad.conf: ignore # System-level config (requires root)
etc/profile.d/system-info.sh: ignore # System-level config (requires root)
etc/security/limits.d/99-resources.conf: ignore # System-level config (requires root)
etc/sysctl.d/99-filesystem.conf: ignore # System-level config (requires root)
etc/sysctl.d/99-kernel-hardening.conf: ignore # System-level config (requires root)
etc/sysctl.d/99-network-security.conf: ignore # System-level config (requires root)
etc/sysctl.d/99-reisub.conf: ignore # System-level config (requires root)
etc/sysctl.d/99-swap.conf: ignore # System-level config (requires root)
etc/thinkfan.conf: ignore # System-level config (requires root)
etc/udev/rules.d/40-security-devices.rules: ignore # System-level config (requires root)
etc/udev/rules.d/50-usb_power_save.rules: ignore # System-level config (requires root)
etc/udev/rules.d/70-wifi-powersave.rules: ignore # System-level config (requires root)
etc/udev/rules.d/80-bluetooth.rules: ignore # System-level config (requires root)
etc/X11/00-keyboard.conf: ignore # System-level config (requires root)
etc/X11/10-keyboard.conf: ignore # System-level config (requires root)
etc/X11/20-intel.conf: ignore # System-level config (requires root)
etc/X11/40-libinput.conf: ignore # System-level config (requires root)
etc/X11/70-wacom.conf: ignore # System-level config (requires root)
usr/local/bin/*: ignore # System-level scripts (requires root)
#########################
# Misc / other
#########################
thinkfan.conf: ignore # hardware/system configs (requires root, copy manually)
#########################
# Docs and templates (ignored)
#########################
README.md: ignore
ATTRIBUTIONS.md: ignore
config.example: ignore
.gitconfig: ignore # Git config (may contain user info)
.netrc: ignore # Network credentials (sensitive)
.authinfo: ignore # Authentication info (sensitive)
.gnupg/*: ignore # GPG keys (private)
.ssh/*: ignore # SSH keys (private - except config.example)