https://github.com/crystal-linux/neofetch-crystal
https://github.com/crystal-linux/neofetch-crystal
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/crystal-linux/neofetch-crystal
- Owner: crystal-linux
- License: mit
- Created: 2022-10-13T10:13:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T12:57:36.000Z (over 3 years ago)
- Last Synced: 2025-01-23T12:31:34.012Z (over 1 year ago)
- Language: Shell
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **THIS PROJECT HAS BEEN MIGRATED TO GITLAB**
Please make any PRs here, rather than to the GitHub: https://git.getcryst.al/crystal
# REPOSITORIES HERE ARE **OUTDATED**, GO TO THE LINK BELOW
# ---- > https://git.getcryst.al/crystal < ----
Neofetch-Crystal
Neofetch-Crystal is a fork of neofetch that includes the Crystal Linux logo.
It also serves as an updated version of the original neofetch since it seems unmaintained.
## Installation
Neofetch-Crystal comes pre-installed with [Crystal Linux](https://getcryst.al/site) but it can be built on any other distributions.
### From source
**Neofetch-Crystal provides and conflicts `neofetch`.**
**If you already have `neofetch` installed, please uninstall it before installing Neofetch-Crystal from source.**
Download the archive of the [latest stable release](https://github.com/crystal-linux/neofetch-crystal/releases/latest) and extract it.
*Alternatively, you can clone this repository via `git`.*
To install Neofetch-Crystal, go into the extracted/cloned directory and run the following command:
```
sudo make install
```
### Arch Linux
Arch Linux users (and Arch based distro users in general) can alternatively use the [PKGBUILD](https://github.com/crystal-linux-packages/neofetch-crystal/blob/main/PKGBUILD):
```
git clone https://github.com/crystal-linux-packages/neofetch-crystal.git
cd neofetch-crystal
makepkg -si
```