Add pijul
parent
a695374977
commit
9095e567ea
|
@ -84,6 +84,7 @@
|
||||||
htop # fancy version of `top`
|
htop # fancy version of `top`
|
||||||
hyperfine # benchmarking tool
|
hyperfine # benchmarking tool
|
||||||
mosh # wrapper for `ssh` that better and not dropping connections
|
mosh # wrapper for `ssh` that better and not dropping connections
|
||||||
|
pijul # alternative to `git`
|
||||||
procs # fancy version of `ps`
|
procs # fancy version of `ps`
|
||||||
ripgrep # better version of `grep`
|
ripgrep # better version of `grep`
|
||||||
tealdeer # rust implementation of `tldr`
|
tealdeer # rust implementation of `tldr`
|
||||||
|
@ -94,12 +95,11 @@
|
||||||
|
|
||||||
# Dev stuff
|
# Dev stuff
|
||||||
cloc # source code line counter
|
cloc # source code line counter
|
||||||
jq
|
jq # json processor
|
||||||
|
|
||||||
# Useful nix related tools
|
# Useful nix related tools
|
||||||
cachix # adding/managing alternative binary caches hosted by Cachix
|
cachix # adding/managing alternative binary caches hosted by Cachix
|
||||||
comma # run software from without installing it
|
comma # run software from without installing it
|
||||||
niv # easy dependency management for nix projects
|
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
nix-prefetch-git
|
nix-prefetch-git
|
||||||
# nodePackages.node2nix
|
# nodePackages.node2nix
|
||||||
|
|
Loading…
Reference in New Issue