https://github.com/xxczaki/archfetch
:framed_picture: Simple CLI system information tool for Arch Linux.
https://github.com/xxczaki/archfetch
arch archfetch aur cpu info kernel neofetch screenfetch wm yaourt
Last synced: 12 days ago
JSON representation
:framed_picture: Simple CLI system information tool for Arch Linux.
- Host: GitHub
- URL: https://github.com/xxczaki/archfetch
- Owner: xxczaki
- License: mit
- Created: 2018-03-21T20:24:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T13:14:33.000Z (almost 6 years ago)
- Last Synced: 2025-03-25T09:03:49.703Z (29 days ago)
- Topics: arch, archfetch, aur, cpu, info, kernel, neofetch, screenfetch, wm, yaourt
- Language: Shell
- Homepage:
- Size: 56.6 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-fetch - archfetch - Simple CLI system information tool for Arch Linux. `Shell` (Operation System / GNU/Linux Only)
README

# Archfetch
[](https://travis-ci.org/xxczaki/archfetch)
[](https://repology.org/metapackage/archfetch)
[](https://www.patreon.com/akepinski)Archfetch is a simple CLI system information tool written in BASH. It displays information about your system, for example kernel version or shell.
# Install
Archfetch is available on [AUR](https://aur.archlinux.org/packages/archfetch/), so you can install it using your favourite [helper](https://wiki.archlinux.org/index.php/AUR_helpers#Active). I recommend [yay](https://github.com/Jguer/yay):
```bash
$ yay -S archfetch
```You can also install archfetch manually:
```bash
$ git clone https://github.com/xxczaki/archfetch
$ cd archfetch
$ sudo make install
```# Related
- [ubufetch](https://github.com/xxczaki/ubufetch)