Last active
June 14, 2024 09:06
-
-
Save shwu-nyunai/2de4385c984999bee0d8389f50f7407f to your computer and use it in GitHub Desktop.
Installs nvtop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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