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-git
NOTE: 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/ramfetch
Install ramfetch using make install
.
# make install
Install ramfetch using install
# install -Dm755 ramfetch /usr/local/bin/ramfetch
Reinstall ramfetch using make
.
# make reinstall
Remove ramfetch and install ramfetch using install
and then execute it.
# rm -f /usr/local/bin/ramfetch
# install -Dm755 ramfetch /usr/local/bin/ramfetch
$ ramfetch
Uninstall ramfetch using make
.
# make uninstall
Uninstall ramfetch by removing the ramfetch file.
# rm -f /usr/local/bin/ramfetch