Removed an extraneous read -r path, which was causing the first match to be skipped (#15, props @rowanbeentje)
Use the full system path when running chmod in install.sh (#33, props @ko-dever)
Changed
The size of the excluded directories are now included in the Asimov output (#16, props @rowanbeentje)
Switch to using find's -prune switch to exclude match subdirectories for speed, and exclude ~/Library folder from searches (#17, props @rowanbeentje)
Rework the find command and path variables so that find is only run once however many FILEPATHS are set (#18, @props @rowanbeentje, yet again 😉)
Fix incorrect directory pruning, simplify path handling (#36, props @rwe)
Recommend cloning via HTTPS rather than SSH for manual installations (#52, props @Artoria2e5)
Added
Fixed
read -r path
, which was causing the first match to be skipped (#15, props @rowanbeentje)chmod
ininstall.sh
(#33, props @ko-dever)Changed
find
command and path variables so thatfind
is only run once however many FILEPATHS are set (#18, @props @rowanbeentje, yet again 😉) Fix incorrect directory pruning, simplify path handling (#36, props @rwe)~/.Trash
(#55)