This is a repository for managing dotfiles by using stow. Read more about how to do this at http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html.
cdgit clone https://github.com/edwinksl/dotfiles.gitcd dotfiles/- List directory structure:
tree -a -I ".git" - Copy symlinks for all packages:
stow --adopt */
- Delete symlinks for all packages:
stow -D */
- Restow all packages:
stow -R */
- Check
~for bogus symlinks:chkstow -t ~
stowdocumentation: https://www.gnu.org/software/stow/manual/stow.html