-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Buct0r edited this page Jun 29, 2026
·
3 revisions
Go to the release page and download the fullfetch_installer_(your_arch).exe.
Download the fullfetch_(your_os)_(your_arch).zip and extract it wherever you want. To make fullfetch available in every terminal, add the extracted folder address to your PATH variable.
Open your terminal and type:
winget install fullfetchAdd the tap:
brew tap Buct0r/fullfetchand then install it:
brew install fullfetchHead to the release page and download the fullfetch_Darwin_(your_arch).tar.gz file, and install it.
curl -sfL https://github.com/Buct0r/fullfetch/releases/latest/download/install.sh | shDownload the .deb package for your architecture from the release page and install:
sudo dpkg -i fullfetch_<version>_<arch>.debDownload the .rpm package from the release page and install:
sudo dnf install fullfetch_<version>_<arch>.rpmbrew tap Buct0r/fullfetch
brew install fullfetchDownload the fullfetch_Linux_<arch>.tar.gz from the release page, extract and place the binary in your PATH.
Requirements:
- Go(latest version)
Just type:
go install github.com/Buct0r/fullfetch@latest