ufyTeX / ufy

use (Lua)TeX, without the macro language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use datafile rock to avoid hardcoding resource paths

deepakjois opened this issue · comments

Currently, we hardcode the path for ufy related config to $HOME/.ufy/ufy-config. Look into using datafile to better manage this.

Ideally, all the config files needed will be bundled inside the LuaRocks package that is installed on the user’s system.