Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 268 Bytes

File metadata and controls

18 lines (18 loc) · 268 Bytes

Using Stow

#cd to directory 
stow --adopt -nvSt ~ *
stow -nvDt ~ git 
stow -nvt ~ zsh

Flags

  • --adopt :: push exisitng file to git directory
  • -n no :: for testing purpose
  • -v verbose
  • -t target dir
  • -S link
  • -D unlink