Hi!
So using the store adopt command users can adopt existing files and symlink back to them from the source directory - Excellent!
But is there any function that works similar to that after having initialized the store?
E.g. I have
"stores:
bash:
target: "~"
files:
- .bashrc
- .bash_aliases"
Now I want to 'adopt' (or add or what have you) ~/.inputrc to the bash directory as in - I should be able to define a path and have it adopted by the store? If I run "Store adopt --name" and the store already exists it should be adopted at that target with that file right?
There appears to not exist any command for this in the documentation?
Hi!
So using the store adopt command users can adopt existing files and symlink back to them from the source directory - Excellent!
But is there any function that works similar to that after having initialized the store?
E.g. I have
"stores:
bash:
target: "~"
files:
- .bashrc
- .bash_aliases"
Now I want to 'adopt' (or add or what have you) ~/.inputrc to the bash directory as in - I should be able to define a path and have it adopted by the store? If I run "Store adopt --name" and the store already exists it should be adopted at that target with that file right?
There appears to not exist any command for this in the documentation?