You are not logged in.
To give an abstract overview from README, :-
wstow is a wrapper around GNU stow that makes it easier to make symlinks from multiple sources to multiple targets easily. Instead of using
stowTo make symlinks to multiple folders under your config directory, eg : vifm, nvim, bat, zsh :- with
cd ~/.config
mkdir vifm
cd vifm
stow -v -t ./ -d ../path/to/dotfiles/.config -S vifm
cd ..
# Repeat for other packages replacing 'vifm'You can now use
wstowlike this :-
wstow file ../path/to/dotfiles/.config ./ vifm alacritty zsh batThe syntax is like this :-
wstow mode SOURCE_DIR TARGET_PARENT_DIR PACKAGE_NAMESOffline