Managed with GNU Stow. .stowrc sets the default target to /home/daniel.
sway -> ~/.config/sway
nvim -> ~/.config/nvim
zsh -> ~/.zshrc
ly -> /etc/ly
stow --no --verbose sway nvim
stow sway nvimUse this when files already exist in $HOME and should become the repo version:
stow --no --adopt --verbose sway nvim
stow --adopt sway nvim
git diffstow zsh
sudo stow --target=/ lystow --delete sway nvim
stow --delete zsh
sudo stow --delete --target=/ ly