Skip to content

0xl30/Fastfetch-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Fastfetch Configuration

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.

Fastfetch Preview 1 Fastfetch Preview 2

✨ Features

  • ⚑ Blazing fast system information display
  • 🎨 Fully customizable output with color schemes
  • πŸ–ΌοΈ Dynamic image support (including random images)
  • πŸ“Š Modular display components
  • πŸ“± Cross-platform compatibility

πŸ“¦ Installation

  1. Install Requerment Packages
sudo pacman -S fastfetch jq
  1. Clone the repository:
git clone https://github.com/0xl30/Fastfetch-Config.git
cd Fastfetch-Config
mv fastfetch ~/.config/fastfetch

βš™οΈ Configuration

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.

πŸš€ Usage

Fastfetch will automatically display your system information when you open a new terminal session.

πŸ”§ Configuration

Fastfetch can be configured by editing the configuration file located at $HOME/.config/fastfetch/config-compact.jsonc.

🀝 Contributing

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.