README.md
December 25, 2022 · View on GitHub
ramfetch
A fetch which displays memory info using /proc/meminfo.
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.
Requirements
bash for ramfetch to work.
make to install ramfetch. (optional)
Install
AUR
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.
Github
Clone this repo.
$ git clone https://github.com/gentoo-btw/ramfetch
Install ramfetch using make install.
# make install
Manual install
Install ramfetch using install
# install -Dm755 ramfetch /usr/local/bin/ramfetch
Reinstall
Reinstall ramfetch using make.
# make reinstall
Manual 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
Uninstall ramfetch using make.
# make uninstall
Manual Uninstall
Uninstall ramfetch by removing the ramfetch file.
# rm -f /usr/local/bin/ramfetch