Dotfiles.
export XDG_CONFIG_HOME="$HOME/.config"
Example Helix Editor:
mkdir --parent ~/.config/helixstow \
--target ~/.config/helix \
--dir ~/dotfiles/.config \
helixExample Git SCM:
mkdir --parent ~/.config/gitstow \
--target ~/.config/git \
--dir ~/dotfiles/.config \
gitCommand:
stow --target ~/.config/helix ~/src/dkruces/dotfiles/.config helixError message:
stow: ERROR: Slashes are not permitted in package names
Solution:
cd ~/src/dkruces/dotfiles/.config
stow --target ~/.config helix