aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Collapse)Author
2024-04-02fix(common/files/init): Correctly add the man page chapter after nameBenedikt Peetz
2024-04-02fix(treefmt.nix): Only ignore the manual template in this repoBenedikt Peetz
Otherwise, the ignore-string gets replaced with the real name of the manual, and it stays ignored.
2024-04-02fix(common/files/init): Replace the variables globallyBenedikt Peetz
2024-04-02fix(common/files/docs/): Also correct a typo in the manual templateBenedikt Peetz
2024-04-02fix(common/files/.licensure.yml): Correct typos for init variablesBenedikt Peetz
2024-04-02chore(templates): Update common filesBenedikt Peetz
2024-04-02chore(common/treefmt.nix): Ignore the pre-generation markdown fileBenedikt Peetz
This file has semantic changes, when it's formatted (at least, that's what `mdformat` tells me). So we just ignore it.
2024-04-02feat(common/docs): Automatically rename to application nameBenedikt Peetz
2024-04-02fix(common/docs): Avoid issue with replacement due to man section partBenedikt Peetz
2024-04-02feat(common/init): Add support for replacing the variables in file namesBenedikt Peetz
2024-04-02fix(common/files/init): hack around nix removing the exec permission bitBenedikt Peetz
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