andsens / homeshick

git dotfiles synchronizer written in bash
MIT License
2.11k stars 145 forks source link

Make track work with directories #31

Closed andsens closed 10 years ago

andsens commented 11 years ago

Instead of disallowing directory tracking actually move the folder and then proceed like symlink does. Maybe the code in the symlink iteration should be refactored to be used both places.

andsens commented 11 years ago

Alternatively, if one wanted to track all files in say .config, one could simply write homeshick track config-files .config/**.

jrhorn424 commented 11 years ago

+1