You need to be inside dotfiles dir to perform these commands.
Link each folder to home using stow, for example:
stow scripts -t ~
Or link all using:
ls -d */ | xargs -I {} stow {} -t ~
Unlink using:
stow -D scripts/ -t ~
You can safely ignore warnings about BUG from stow when unlinking.