1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 04:41:07 +01:00

moderne kommandozeilenwerkzeuge

This commit is contained in:
Kierán Meinhardt
2019-06-08 14:59:09 +02:00
parent c4f994b015
commit 62470ccdd9

View File

@@ -209,6 +209,8 @@
ls = "${pkgs.exa}/bin/exa"; ls = "${pkgs.exa}/bin/exa";
ll = "${pkgs.exa}/bin/exa -l"; ll = "${pkgs.exa}/bin/exa -l";
la = "${pkgs.exa}/bin/exa -la"; la = "${pkgs.exa}/bin/exa -la";
dig = "dig +short";
diff = "${pkgs.colordiff}/bin/colordiff";
}; };
} }
{ {
@@ -293,6 +295,7 @@
whois whois
ddgr ddgr
python3Packages.instaloader python3Packages.instaloader
mtr
] ++ [ # media ] ++ [ # media
ffmpeg ffmpeg
imagemagick imagemagick
@@ -311,6 +314,7 @@
] ++ [ # shell ] ++ [ # shell
bat bat
dos2unix dos2unix
ncdu
du-dust du-dust
fd fd
file file
@@ -322,9 +326,13 @@
ripgrep ripgrep
rlwrap rlwrap
tree tree
progress
up
reptyr
] ++ [ # hardware ] ++ [ # hardware
usbutils usbutils
pciutils pciutils
lshw
] ++ [ # graphical ] ++ [ # graphical
arandr arandr
libnotify libnotify