Fastfetch is a modern system information tool that displays system information in a beautiful and customizable way. It's written in C and designed to be fast and efficient.
- ⚡ Blazing fast system information display
- 🎨 Fully customizable output with color schemes
- 🖼️ Dynamic image support (including random images)
- 📊 Modular display components
- 📱 Cross-platform compatibility
- Install Requerment Packages
sudo pacman -S fastfetch jq
- Clone the repository:
git clone https://github.com/0xl30/Fastfetch-Config.git
cd Fastfetch-Config
mv fastfetch ~/.config/fastfetch
To enable the random image feature, add the following line to your shell configuration file:
For ZSH users:
echo '$HOME/.config/fastfetch/random-image.sh' >> ~/.zshrc
For Bash users:
echo '$HOME/.config/fastfetch/random-image.sh' >> ~/.bashrc
This will ensure that Fastfetch displays a random system image each time you open your terminal.
Fastfetch will automatically display your system information when you open a new terminal session.
Fastfetch can be configured by editing the configuration file located at $HOME/.config/fastfetch/config-compact.jsonc
.
We welcome contributions in the following areas:
• New image sets (anime/tech/minimalist themes)
• Creative config layouts (unique ASCII/color designs)
• Performance improvements (faster execution)
• Translation files (locale support)
• Bug fixes and documentation updates
## 📄 License
This project is licensed under the MIT License - see the LICENSE file for details.