nu-posix
This commit is contained in:
parent
b87ec5477c
commit
35dc72cd51
|
@ -4,22 +4,17 @@
|
|||
tor-browser
|
||||
htop
|
||||
wget
|
||||
ripgrep
|
||||
bat
|
||||
monolith
|
||||
fd
|
||||
freshfetch
|
||||
neofetch
|
||||
dfc
|
||||
yt-dlp
|
||||
(pkgs.callPackage ./custom/fortune-kind-custom.nix {})
|
||||
fend
|
||||
timg
|
||||
graphviz
|
||||
nix-output-monitor
|
||||
npins
|
||||
(pkgs.callPackage ./custom/uv.nix {})
|
||||
gcc
|
||||
exercism
|
||||
pandoc
|
||||
act
|
||||
|
@ -29,5 +24,29 @@
|
|||
wl-clipboard
|
||||
neocities
|
||||
deno
|
||||
|
||||
# from "mort.io/blog/nu-posix"
|
||||
bat # better cat
|
||||
bottom # btm ~ better top, htop, etc
|
||||
broot # interactive directory navigation
|
||||
chafa # terminal graphics viewer
|
||||
ctpv # terminal file previewer
|
||||
cyme # better `lsusb`
|
||||
delta # better syntax highlighting diff
|
||||
dua # disk usage, interactively
|
||||
eza # improved `ls`
|
||||
fd # `find` replacement
|
||||
fend # better CLI calculator
|
||||
hexyl # hex pretty printer
|
||||
htop # graphical top
|
||||
iotop # io top
|
||||
jujutsu # better git
|
||||
just # updated gnumake replacement
|
||||
procs # better ps
|
||||
ripgrep # rg ~ `grep` replacement
|
||||
sudo-rs # memory-safe `sudo`
|
||||
uutils-coreutils-noprefix # replaces GNU `coreutils`
|
||||
viddy # better watch
|
||||
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue