📝 Installed different pkgtop (not in aur)
This commit is contained in:
parent
b472e143fa
commit
61428e1457
2 changed files with 7 additions and 2 deletions
1
aliases
1
aliases
|
|
@ -104,7 +104,6 @@ alias {mysql,maria,mdb}="mariadb"
|
||||||
alias rsm="doas rsm"
|
alias rsm="doas rsm"
|
||||||
alias updatedb="doas updatedb"
|
alias updatedb="doas updatedb"
|
||||||
alias iftop-w="doas iftop -i wlan0 -P"
|
alias iftop-w="doas iftop -i wlan0 -P"
|
||||||
alias pkgtop="pkgtop -d arch"
|
|
||||||
alias wmon="wavemon"
|
alias wmon="wavemon"
|
||||||
alias {speedtest,spdtst}="speed-test --verbose --json | jq"
|
alias {speedtest,spdtst}="speed-test --verbose --json | jq"
|
||||||
# usage p0f -i wlan0
|
# usage p0f -i wlan0
|
||||||
|
|
|
||||||
|
|
@ -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
|
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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue