2 examples for stow
# 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)
# your_comment_here # your_command_here stow stow dotfiles/ # Symbolically links all subfolders in thedirectory stow *