Closed luckylat closed 2 years ago
In current, the installer is not supported for subdirectory files, for example, ".config/git/ignore".
Shell command to detect subdirectory files
find . -type d -name .git -prune -o -type f -print
https://github.com/luckylat/dotfiles/commit/bc191f0e2df47e76b3de0cd503df0adf3f6c0862
In current, the installer is not supported for subdirectory files, for example, ".config/git/ignore".