Skip to content
Jason Hempstead edited this page Aug 21, 2020 · 1 revision

htop

interactive process viewer for Unix systems

requires:

apt install htop
yum install htop
pacman -S htop

Automatic install/update:

bash -c "$(curl -LSs https://github.com/casjay-dotfiles/htop/raw/master/install.sh)"

Manual install:

mv -fv "$HOME/.config/htop" "$HOME/.config/htop.bak"
git clone https://github.com/casjay-dotfiles/htop "$HOME/.config/htop"

htop wiki | htop site

Clone this wiki locally