neofetch
Display information about your operating system, software and hardware. More information: <https://github.com/dylanaraps/neofetch>.
Install
- All systems
-
curl cmd.cat/neofetch.sh
- Debian
-
apt-get install neofetch
- Ubuntu
-
apt-get install neofetch
- Alpine
-
apk add neofetch
- Arch Linux
-
pacman -S neofetch
- Kali Linux
-
apt-get install neofetch
- Fedora
-
dnf install neofetch
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install neofetch
- OS X
-
brew install neofetch
- Raspbian
-
apt-get install neofetch
- Dockerfile
- dockerfile.run/neofetch
- Docker
-
docker run cmd.cat/neofetch neofetch
powered by Commando
Display information about your operating system, software and hardware. More information: <https://github.com/dylanaraps/neofetch>.
-
Return the default config, and create it if it's the first time the program runs:
neofetch
-
Trigger an info line from appearing in the output, where 'infoname' is the function name in the config file, e.g. memory:
neofetch --enable|disable infoname
-
Hide/Show OS architecture:
neofetch --os_arch on|off
-
Enable/Disable CPU brand in output:
neofetch --cpu_brand on|off
© tl;dr; authors and contributors