https://github.com/harilvfs/fastfetch
Custom Fastfetch Configuration
https://github.com/harilvfs/fastfetch
fastfetch fastfetch-conf linux
Last synced: about 2 months ago
JSON representation
Custom Fastfetch Configuration
- Host: GitHub
- URL: https://github.com/harilvfs/fastfetch
- Owner: harilvfs
- License: mit
- Created: 2024-10-01T08:48:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T16:11:45.000Z (4 months ago)
- Last Synced: 2025-03-26T16:05:25.986Z (2 months ago)
- Topics: fastfetch, fastfetch-conf, linux
- Homepage: https://github.com/harilvfs/fastfetch
- Size: 5.54 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fastfetch Configuration

Overview
This repository contains my custom Fastfetch configuration. Fastfetch is a tool to display system information in the terminal, and this configuration provides a personalized setup to enhance your terminal experience.
Install Dependencies
Before using this configuration, ensure you have Fastfetch installed.
Arch Linux
```bash
sudo pacman -S fastfetch
```Debian/Ubuntu-based
```bash
sudo apt install fastfetch
```
Installation
```shell
git clone https://github.com/harilvfs/fastfetch
mkdir -p ~/.config/fastfetch
cp -r fastfetch/* ~/.config/fastfetch/
```Verify Installation
To ensure everything is set up correctly, run Fastfetch in your terminal
```shell
fastfetch
```Customization
Feel free to modify the configuration files in the `~/.config/fastfetch/` directory to suit your preferences. You can customize various aspects, including colors, icons, and the layout of the information displayed.
Contributing
If you have suggestions or improvements, feel free to open an issue or submit a pull request on the [GitHub repository](https://github.com/harilvfs/fastfetch).
License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.