diff --git a/aliases b/aliases index 722b18a2..d9c14719 100644 --- a/aliases +++ b/aliases @@ -104,6 +104,7 @@ alias {mysql,maria,mdb}="mariadb" alias rsm="doas rsm" alias updatedb="doas updatedb" alias iftop-w="doas iftop -i wlan0 -P" +alias pkgtop="pkgtop -d arch" alias wmon="wavemon" alias {speedtest,spdtst}="speed-test --verbose --json | jq" # usage p0f -i wlan0 diff --git a/updates.txt b/updates.txt index aa09e4f0..bfe60024 100644 --- a/updates.txt +++ b/updates.txt @@ -18,3 +18,6 @@ https://medium.com/techie-delight/top-25-algorithms-every-programmer-should-know Look up the select command (online, man page is not as helpful). It makes a nice simple selectio menu for your users in bash +Install pkgtop + +paru pkgtop