2 examples for stow

{{ score }}
  # Create symlinks for the .vim and foo folders in
# the current dir into ~.
stow -v -t ~ .vim foo
-v verbose
-t the target directory where symlinks should go: ~
-D add this flag to remove the symlinks (unlink)
        
{{ score }}
  # your_comment_here
# your_command_here
stow

stow dotfiles/

# Symbolically links all subfolders in the  directory
stow *