docs/wiki/installation.md
This wiki page will guide you through getting onefetch working on your system.
If your architecture is supported by the pre-built binaries, you can download them from the releases page.
First, install rust toolchain with rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
[!IMPORTANT] Ensure CMake is installed.
git clone https://github.com/o2sh/onefetch
cd onefetch
make install
First, install rust toolchain with rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
[!IMPORTANT] Ensure CMake is installed.
cargo install onefetch
This method will build the binary from source.
To update, run
cargo install onefetch --force
apk updateapk add onefetchOnefetch is available in the official repos.
pacman -S onefetchInstall it from the COPR
sudo dnf copr enable varlad/onefetch
sudo dnf install onefetch
Install it from the official repositories
pkg install onefetchFuntoo has an autogenerated onefetch package in the official kits:
emerge app-misc/onefetchInstall onefetch with Homebrew
brew install onefetch
To update, run
brew upgrade onefetch
Install onefetch with MacPorts
sudo port selfupdate
sudo port install onefetch
To update run,
sudo port upgrade onefetch
Install it from the official repositories.
pkg_add onefetchInstall it from the official repositories
nix-env -i onefetchInstall it from the official repositories.
zypper install onefetchUse debian package from release
wget https://github.com/o2sh/onefetch/releases/latest/download/onefetch_amd64.deb && sudo dpkg -i ./onefetch_amd64.deb
Use Snap
snap install onefetch
or
sudo add-apt-repository ppa:o2sh/onefetch
sudo apt-get update
sudo apt-get install onefetch
Install it from the official repositories
sudo xbps-install -S onefetchYou can install onefetch using winget
winget install onefetch
For Scoop users, onefetch is available from the "Extras" bucket
scoop bucket add extras
scoop install onefetch
If you prefer to use Chocolatey to manage software, it can be installed like so
choco install onefetch