Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 167 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 167 Bytes

Dotfiles

To use only certain dotfiles run:

stow {name} --adopt

To include all dotfiles run:

find . -mindepth 1 -maxdepth 1 -type d -exec stow {} --adopt \;