I'm currently trying to push some files into my Tuckr repository, getting them deployed on MacOS and Linux.
The problem being that the paths where the files need to end up are different, as they're system level;
MacOs' version stores it's global config as /Library/Application Support/AppName, the Linux variant uses /etc/appname.
While this is entirely solvable with a script or similar, I would love a way to alias files as that would spare me the effort of keeping the two in sync as I edit them.
Or maybe I missed how Tuckr does this.
I'm currently trying to push some files into my Tuckr repository, getting them deployed on MacOS and Linux.
The problem being that the paths where the files need to end up are different, as they're system level;
MacOs' version stores it's global config as /Library/Application Support/AppName, the Linux variant uses /etc/appname.
While this is entirely solvable with a script or similar, I would love a way to alias files as that would spare me the effort of keeping the two in sync as I edit them.
Or maybe I missed how Tuckr does this.