📝 Installed different pkgtop (not in aur)

This commit is contained in:
z3rOR0ne 2022-07-09 02:14:59 -07:00
parent b472e143fa
commit 61428e1457
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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