Adapt YADM-style alt file syntax to define machine-specific files. No need to define what kind of condition it is (e.g. class, hostname, etc.), unlike YADM 2.0+, which is a change I'm not a fan of (I like short and simple names). For example:
.gitconfig##
.gitconfig##kawasaki
.gitconfig##work
Create a script link-dotfiles which dynamically resolves all alt-files which are tracked in this repo. It should resolve in the following order:
- hostname (e.g. "kawasaki")
- class (e.g. "work")
- default
link-dotfiles should be called by the bootstrap script and its functionality added to the docs.
Adapt YADM-style alt file syntax to define machine-specific files. No need to define what kind of condition it is (e.g. class, hostname, etc.), unlike YADM 2.0+, which is a change I'm not a fan of (I like short and simple names). For example:
Create a script
link-dotfileswhich dynamically resolves all alt-files which are tracked in this repo. It should resolve in the following order:link-dotfilesshould be called by thebootstrapscript and its functionality added to the docs.