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
sudo pacman -S fastfetch
Debian/Ubuntu-based
sudo apt install fastfetch
Installation
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
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.
License
This project is licensed under the MIT License. See the LICENSE file for more details.