stow

심볼릭 링크 관리자. 주로 dotfiles 관리를 위해 사용됩니다. 같이 보기: chezmoi, tuckr, vcsh, homeshick. 더 많은 정보: https://www.gnu.org/software/stow.

stow --target={{경로/대상/디렉토리}} {{파일1 디렉토리1 파일2 디렉토리2}}

stow --delete --target={{경로/대상/디렉토리}} {{파일1 디렉토리1 파일2 디렉토리2}}

stow --simulate --target={{경로/대상/디렉토리}} {{파일1 디렉토리1 파일2 디렉토리2}}

stow --restow --target={{경로/대상/디렉토리}} {{파일1 디렉토리1 파일2 디렉토리2}}

stow --ignore={{정규_표현식}} --target={{경로/대상/디렉토리}} {{파일1 디렉토리1 파일2 디렉토리2}}