luckylat / dotfiles

personal dotfiles using chezmoi (Arch Linux mainly)
0 stars 0 forks source link

Installer script for subdirectory files #4

Closed luckylat closed 2 years ago

luckylat commented 2 years ago

In current, the installer is not supported for subdirectory files, for example, ".config/git/ignore".

luckylat commented 2 years ago

Shell command to detect subdirectory files

 find . -type d -name .git -prune -o -type f -print
luckylat commented 2 years ago

https://github.com/luckylat/dotfiles/commit/bc191f0e2df47e76b3de0cd503df0adf3f6c0862