Skip to content

Instantly share code, notes, and snippets.

@shwu-nyunai
Last active June 14, 2024 09:06
Show Gist options
  • Save shwu-nyunai/2de4385c984999bee0d8389f50f7407f to your computer and use it in GitHub Desktop.
Save shwu-nyunai/2de4385c984999bee0d8389f50f7407f to your computer and use it in GitHub Desktop.
Installs nvtop
wget https://github.com/Syllo/nvtop/releases/download/3.1.0/nvtop-x86_64.AppImage
chmod u+x nvtop-x86_64.AppImage
# update bashrc
echo 'alias nvtop="~/nvtop-x86_64.AppImage"' >> ~/.bashrc
source ~/.bashrc
# Enjoy nvtop
nvtop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment