about summary refs log tree commit diff stats
path: root/common (follow)
Commit message (Collapse)AuthorAge
* refactor(common): Move all data files to `./common/files`Benedikt Peetz2024-04-02
|
* fix(common): Remove the last occurrences of hard coded valuesBenedikt Peetz2024-04-02
|
* build(update_common_files): Allow to specify which file to move whereBenedikt Peetz2024-04-02
|
* chore(treewide): Update and format filesBenedikt Peetz2024-04-02
|
* feat(treewide): Use new `%INIT_` variablesBenedikt Peetz2024-04-02
|
* feat(common/init): Add a shell script, that populates variablesBenedikt Peetz2024-04-02
| | | | | | The line editing can't really shell out to bash, as the default bash on NixOS is compiled without GNU `readline` support (you need `bashInterative` for `read -e` to work).
* fix(common/.licensure.yml): Correctly support latex projectsBenedikt Peetz2024-04-01
|
* fix(common/scripts/renew_copyright_header): Add support for TeX filesBenedikt Peetz2024-04-01
|
* fix(common/.licensure.yml): Remove one last reference to TrixyBenedikt Peetz2024-04-01
|
* feat(common/.licensure.yml): Also add support for different licenses for textBenedikt Peetz2024-04-01
|
* refactor(treewide): Add a script to instantiate symlinksBenedikt Peetz2024-04-01
|
* refactor(common): Add common code to a shared directoryBenedikt Peetz2024-04-01