An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Fastfetch Configuration

![Fastfetch](https://github.com/harilvfs/fastfetch/blob/main/preview.png)

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.