Yet Another Dotfiles Manager
Go to file
Jan Schulz a479b70d8a Add jinja processing to alt command
With the new functionality, when the 'alt' command is called (or automatically
triggered), any file with a name ending in '##yadm_tmpl' is treated as a jinja
template. The template is processed by envtpl and the result is written to a
file without the '##yadm_tmpl' name. The variables passed into the template
processing are

  YADM_CLASS
  YADM_OS
  YADM_HOSTNAME
  YADM_USER

These variables are set according to the normal rules for
CLASS, OS, HOSTNAME, and USER during the alt processing.
2017-03-26 03:49:24 +02:00
test Add jinja processing to alt command 2017-03-26 03:49:24 +02:00
.gitattributes Force `eol=lf` 2017-01-09 16:52:01 -06:00
.gitignore Ignore jekyll-created content 2016-09-07 22:35:05 -05:00
.notes.md Add notes about common release steps 2017-02-11 11:36:58 -06:00
.travis.yml Run Travis CI tests within docker container 2017-01-05 16:59:12 -06:00
CHANGES Release 1.07 2017-02-10 14:53:52 -08:00
CONTRIBUTORS Release 1.06 2017-01-12 17:15:46 -06:00
Dockerfile Add `curl` to docker testbed image 2017-01-26 23:32:07 -06:00
LICENSE Release 1.07 2017-02-10 14:53:52 -08:00
Makefile Process bootstrap with Shellcheck 2017-01-27 17:25:30 -06:00
README.md Release 1.05 2016-09-08 08:08:22 -05:00
bootstrap Use generic example 2017-02-08 21:06:00 -08:00
yadm Add jinja processing to alt command 2017-03-26 03:49:24 +02:00
yadm.1 Add jinja processing to alt command 2017-03-26 03:49:24 +02:00
yadm.md Release 1.07 2017-02-10 14:53:52 -08:00
yadm.spec Release 1.07 2017-02-10 14:53:52 -08:00

README.md

yadm - Yet Another Dotfiles Manager Build Status

Features, usage, examples and installation instructions can be found on the website.

https://thelocehiliosan.github.io/yadm/