Use stow to create symlinks.
sudo dnf install -y stow
# config under home directory
stow home -vt "$HOME"Install packages (but flaky).
./bootstrap/install.sh# create system configuration symlinks
sudo stow system -vt /
# enable key-remapper services
systemctl --user enable --now 'xremap.service'Add lines below to /etc/zshenv to use xdg base directory.
export XDG_CONFIG_HOME="$HOME/.config/"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh/"Example to apply changes.
stow home -R