index
:
flake-templates
this commit
prime
Nix flake templates for different languages
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
templates
/
shell
/
.gitignore
(
unfollow
)
Commit message (
Collapse
)
Author
2024-09-30
feat(common/init): Perform the first run of `reuse` on init
Benedikt Peetz
2024-09-30
chore(templates): Add the new `git_template` directory
Benedikt Peetz
2024-09-30
fix(common/init): Also remove the shipped `git_template`, after it's used
Benedikt Peetz
2024-09-30
feat(common/init): Ship a full git_template
Benedikt Peetz
2024-09-30
fix(common/init): Be smarter, when suggesting an owner name
Benedikt Peetz
2024-08-04
fix(templates/latex/letter): Improve standard latex settings
Benedikt Peetz
2024-08-04
fix(common/init): Also re-add execution permissions to the `watch.sh` script
Benedikt Peetz
2024-08-04
fix(common/init): Ensure that the template is properly formatted
Benedikt Peetz
This includes avoiding removing linebreaks (as that breaks the jinja2 syntax) and removing a vim modeline, as it would otherwise be copied to the file the template is applied to.
2024-08-04
fix(common/init): Detect latex project by the `watch.sh` file
Benedikt Peetz
Not every latex project has a lpm.toml file.
2024-08-04
fix(common/init): Also delete the init.local file, if it exists
Benedikt Peetz