Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(templates/rust/update.sh): Frist `upgrade` then `update` | Benedikt Peetz | 2024-06-11 |
| | | | | | | `cargo upgrade` raises the update boundaries in `Cargo.toml`, whilst `cargo update` just fetches the newest version (that conform to the boundaries) for `Cargo.lock`. | ||
* | feat(templates/latex): Name the `main.tex` file after the project | Benedikt Peetz | 2024-06-11 |
| | | | | | This results in a reasonable name for the resulting PDF, instead of the generic `main.pdf`. | ||
* | refactor(common): Use symlinks to state, which files should be replaced | Benedikt Peetz | 2024-06-11 |
| | | | | | | 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. | ||
* | chore(templates/rust): Quickly Update [THIS WILL BE REBASED] | Benedikt Peetz | 2024-05-03 |
| | |||
* | chore(version): v0.6.2 | Benedikt Peetz | 2024-04-02 |
| | |||
* | chore(version): v0.6.1 | Benedikt Peetz | 2024-04-02 |
| | |||
* | fix(templates/latex/flake.nix): Keep the PDF file extensions when building | Benedikt Peetz | 2024-04-02 |
| | |||
* | chore(templates): Update common files | Benedikt Peetz | 2024-04-02 |
| | |||
* | feat(common/init): Add support for replacing the variables in file names | Benedikt Peetz | 2024-04-02 |
| | |||
* | feat(treewide): Also remove hard-coded values in the `templates/` dir | Benedikt Peetz | 2024-04-02 |
| | |||
* | chore(treewide): Update and format files | Benedikt Peetz | 2024-04-02 |
| | |||
* | feat(treewide): Use new `%INIT_` variables | Benedikt Peetz | 2024-04-02 |
| | |||
* | fix(templates/c): Make the `makefile` more standards complying | Benedikt Peetz | 2024-04-02 |
| | |||
* | chore(version): v0.4.2 | Benedikt Peetz | 2024-04-01 |
| | |||
* | chore(version): v0.4.1 | Benedikt Peetz | 2024-04-01 |
| | |||
* | refactor(templates): Instantiate all symlinks | Benedikt Peetz | 2024-04-01 |
| | | | | | Symlinks are copied verbatim, when nix initializes a template, thus symlinking common files does not work. | ||
* | refactor(templates/unmaintained): Move out of the templates dir | Benedikt Peetz | 2024-04-01 |
| | | | | | Otherwise, the `update_common_files` script will try to instantiate files in there, which is just useless noise. | ||
* | style(treewide): Reformat | Benedikt Peetz | 2024-04-01 |
| | |||
* | fix(templates): Update already done templates with improvements from new ones | Benedikt Peetz | 2024-04-01 |
| | |||
* | refactor({python,markdown}): Also move them to the templates diretory | Benedikt Peetz | 2024-04-01 |
| | |||
* | feat(shell): Update to my new SOTA | Benedikt Peetz | 2024-04-01 |
| | |||
* | refactor(shell): Move to the new `templates` directory | Benedikt Peetz | 2024-04-01 |
| | |||
* | feat(latex): Update to my current SOTA | Benedikt Peetz | 2024-04-01 |
| | |||
* | feat(rust): Update to my SOTA | Benedikt Peetz | 2024-03-31 |
| | |||
* | refactor(rust): Move to template dir | Benedikt Peetz | 2024-03-31 |
| | |||
* | feat(awk): Update to my current SOTA | Benedikt Peetz | 2024-03-31 |
| | |||
* | feat(c): Update to be in line with the my SOTA | Benedikt Peetz | 2024-03-31 |