aboutsummaryrefslogtreecommitdiffstats
path: root/templates/shell (unfollow)
Commit message (Collapse)Author
2024-08-03chore(templates): Use new common filesBenedikt Peetz
2024-06-11refactor(common/): Remove the `files` subdirectoryBenedikt Peetz
2024-06-11refactor(templates/): Move `LICENSE.spdx` and `README.md` to `common`Benedikt Peetz
2024-06-11refactor(common): Use symlinks to state, which files should be replacedBenedikt Peetz
Every symlink in the `./templates` directory is now replaced with the file it points to, making it obvious that this file should not be edited.
2024-04-02chore(version): v0.6.2Benedikt Peetz
2024-04-02chore(version): v0.6.1Benedikt Peetz
2024-04-02chore(templates): Update common filesBenedikt Peetz
2024-04-02feat(treewide): Also remove hard-coded values in the `templates/` dirBenedikt Peetz
2024-04-02chore(treewide): Update and format filesBenedikt Peetz
2024-04-02feat(treewide): Use new `%INIT_` variablesBenedikt Peetz
2024-04-01chore(version): v0.4.2Benedikt Peetz
2024-04-01chore(version): v0.4.1Benedikt Peetz
2024-04-01refactor(templates): Instantiate all symlinksBenedikt Peetz
Symlinks are copied verbatim, when nix initializes a template, thus symlinking common files does not work.
2024-04-01feat(shell): Update to my new SOTABenedikt Peetz
2024-04-01refactor(shell): Move to the new `templates` directoryBenedikt Peetz