feat: accelerating-dotfiles-debugging

This commit is contained in:
Ryan Yin
2024-01-11 12:44:43 +08:00
parent eef309f6de
commit cd8704345e
5 changed files with 83 additions and 5 deletions

View File

@ -6,7 +6,9 @@ Alternatively, you can also use similar tools like Makefile or [cargo-make](http
Below is an example of how my Justfile looks:
```justfile
> The latest Justfile I'm using: [ryan4yin/nix-config/Justfile](https://github.com/ryan4yin/nix-config/blob/main/Justfile)
```Makefile
# just is a command runner, Justfile is very similar to Makefile, but simpler.
############################################################################