feat: replace Makefile with Justfile

This commit is contained in:
Ryan Yin
2023-12-31 00:48:06 +08:00
parent 23582c25a1
commit 1efb20f534
5 changed files with 179 additions and 172 deletions

View File

@@ -1,7 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
neofetch
ranger # terminal file manager(batteries included, with image preview support)
# archives
zip
@@ -23,6 +22,8 @@
# Docs: https://github.com/learnbyexample/Command-line-text-processing
gnugrep # GNU grep, provides `grep`/`egrep`/`fgrep`
gnused # GNU sed, very powerful(mainly for replacing text in files)
gnumake
just # a command runner like make, but simpler
gawk # GNU awk, a pattern scanning and processing language
(ripgrep.override {withPCRE2 = true;}) # recursively searches directories for a regex pattern
sad # CLI search and replace, with diff preview, really useful!!!