ramfetch is a fetch which displays memory info using /proc/meminfo. if you want to install ramfetch follow the steps below. it's really simple. you can also test ramfetch without installing it.
ramfetch works on:
✓ Linux
✓ Android, using termux (no root)
NOTE: You cannot install ramfetch on android. You need to add ramfetch to your PATH.
bash for ramfetch to work.
make to install ramfetch. (optional)
To install ramfetch from the AUR. install it by using your favorite AUR helper. (e.g yay) thanks to jahway603
$ yay -S ramfetch-gitNOTE: The AUR version installs the stock version of ramfetch. not the christmas one. while the github method does.
Clone this repo.
$ git clone https://github.com/gentoo-btw/ramfetchInstall ramfetch using make install.
# make installInstall ramfetch using install
# install -Dm755 ramfetch /usr/local/bin/ramfetchReinstall ramfetch using make.
# make reinstallRemove ramfetch and install ramfetch using install and then execute it.
# rm -f /usr/local/bin/ramfetch
# install -Dm755 ramfetch /usr/local/bin/ramfetch
$ ramfetchUninstall ramfetch using make.
# make uninstallUninstall ramfetch by removing the ramfetch file.
# rm -f /usr/local/bin/ramfetch