aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Collapse)Author
2024-04-02refactor(common): Move all data files to `./common/files`Benedikt Peetz
2024-04-02fix(common): Remove the last occurrences of hard coded valuesBenedikt Peetz
2024-04-02build(update_common_files): Allow to specify which file to move whereBenedikt Peetz
2024-04-02chore(treewide): Update and format filesBenedikt Peetz
2024-04-02feat(treewide): Use new `%INIT_` variablesBenedikt Peetz
2024-04-02feat(common/init): Add a shell script, that populates variablesBenedikt Peetz
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).
2024-04-01fix(common/.licensure.yml): Correctly support latex projectsBenedikt Peetz
2024-04-01fix(common/scripts/renew_copyright_header): Add support for TeX filesBenedikt Peetz
2024-04-01fix(common/.licensure.yml): Remove one last reference to TrixyBenedikt Peetz
2024-04-01feat(common/.licensure.yml): Also add support for different licenses for textBenedikt Peetz
2024-04-01refactor(treewide): Add a script to instantiate symlinksBenedikt Peetz
2024-04-01refactor(common): Add common code to a shared directoryBenedikt Peetz