The DotFiles Can be Installed Using Stow as seen in stow.sh.
Or You can symlink or copy specific files into your ~/.config/ and ~/.local/ and ~/ directories.
That can be configured with $XDG_ variables.
In fish shell, you can explore your $XDG_ settings with fzf.
set | fzf
Output on my machine:
XDG_DATA_DIRS /home/ygg/.local/share/flatpak/exports/share:/var/lib/flatpa…
XDG_SESSION_DESKTOP pop-wayland
XDG_RUNTIME_DIR /run/user/1000
XDG_CURRENT_DESKTOP pop:GNOME
XDG_SESSION_TYPE wayland
XDG_SESSION_CLASS user
> XDG_MENU_PREFIX gnome-
10/174
> XDG
🍄 ygg@lemur ✨ 0
The last line above is output from my tmux statusline. The lines above that are outputs from set | fzf in my fish shell then typing XDG.
The above is just fun note for exploring your environment variables using fzf fuzzy finder.