diff --git a/aliases b/aliases index d9c14719..722b18a2 100644 --- a/aliases +++ b/aliases @@ -104,7 +104,6 @@ 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 bfe60024..8df37933 100644 --- a/updates.txt +++ b/updates.txt @@ -18,6 +18,12 @@ 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 expac + +doas pacman -S expac + Install pkgtop -paru pkgtop +curl https://raw.githubusercontent.com/SharUpOff/pkgtop/main/dist/pkgtop.sh -so - | sudo tee /usr/local/bin/pkgtop > /dev/null + +sudo chmod 755 /usr/local/bin/pkgtop