Re: [dev] Linking a directory tree of configuration files

2017-08-31 Thread Truls Becken
On 2017-08-31 09:19, Thomas Levine wrote: > it would be acceptable to have something like cp -R that differed > only in that it made hard links instead of copies This sentence stood out to me because cp already does that with the -l switch.

Re: [dev] Linking a directory tree of configuration files

2017-08-31 Thread fao_
On 2017-08-31 8:19 am, Thomas Levine wrote: Having trouble installing rcm on some computers, I came up with the following alternative a couple weeks ago. I have been pleased. https://thomaslevine.com/scm/lntree/ https://thomaslevine.com/scm/lntree/uv/lntree-0.1.tar.gz Here is an example of where

[dev] Linking a directory tree of configuration files

2017-08-31 Thread Thomas Levine
Having trouble installing rcm on some computers, I came up with the following alternative a couple weeks ago. I have been pleased. https://thomaslevine.com/scm/lntree/ https://thomaslevine.com/scm/lntree/uv/lntree-0.1.tar.gz Here is an example of where I have used it to compose configurations. htt