Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilydaemon/zfetch
zfetch is a simple, fast, but pretty fetch script
https://github.com/emilydaemon/zfetch
Last synced: 15 days ago
JSON representation
zfetch is a simple, fast, but pretty fetch script
- Host: GitHub
- URL: https://github.com/emilydaemon/zfetch
- Owner: emilydaemon
- License: gpl-3.0
- Archived: true
- Created: 2022-03-05T08:59:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T16:40:32.000Z (over 1 year ago)
- Last Synced: 2024-10-25T06:26:16.583Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 163 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
- awesome-fetch - zfetch - zfetch is a simple, fast, but pretty fetch script `Shell` (Operation System / Cross Platform)
README
# zfetch 📜
![](https://raw.githubusercontent.com/jornmann/zfetch/img/zfetchscrot.png)
## What's zfetch? 🤔
zfetch is a fetch script used to quickly show system information in terminal.
## What does it show? 🤔
Currently it shows this information:
- Small OS logo.
- Your username and your machine name.
- Your OS.
- Your kernel.
- Machine uptime.
- Terminal Shell.
- 7 colored dots to identify terminal colors.
## Installation 🔧
### Arch Linux
Arch users may install it from the AUR.
Remember to read the PKGBUILD!
```
git clone https://aur.archlinux.org/zfetch.git
cd zfetch
cat PKGBUILD
makepkg -si
```
### Other distros
```
git clone https://github.com/jornmann/zfetch.git
cd zfetch
make install
```