https://github.com/fast-archer/fastfetch-config
A custom beauty configuration for fastfetch
https://github.com/fast-archer/fastfetch-config
arch-linux customization dotfiles fastfetch fastfetch-config terminal
Last synced: about 1 month ago
JSON representation
A custom beauty configuration for fastfetch
- Host: GitHub
- URL: https://github.com/fast-archer/fastfetch-config
- Owner: fast-archer
- Created: 2025-09-26T05:03:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-27T12:28:37.000Z (9 months ago)
- Last Synced: 2025-10-05T18:57:51.902Z (9 months ago)
- Topics: arch-linux, customization, dotfiles, fastfetch, fastfetch-config, terminal
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fastfetch Beauty Config
A custom configuration for `fastfetch`, a tool to display system information in the terminal upon opening. [My config](https://github.com/fast-archer/fastfetch-config/blob/main/config.json) is designed to show OS, desktop environment, and hardware details in a minimalist style. This setup is not unique—similar configs are common online and share many similarities.
## Screenshot

## Setting Up Fastfetch
1. Install `fastfetch`:
```bash
sudo pacman -S fastfetch
```
2. Copy the config to `~/.config/fastfetch/`:
```bash
mkdir -p ~/.config/fastfetch
cp config.jsonc ~/.config/fastfetch/
```
3. To run `fastfetch` automatically when opening the terminal:
- **Recommended**: Use the **Fish** shell for easier setup and consistent formatting. Add to `~/.config/fish/config.fish`:
```fish
if status is-interactive
fastfetch
end
```
- **Note**: Adding fastfetch to ~/.zshrc may cause formatting issues, which can disrupt terminal appearance. While fastfetch output works correctly in any shell (Zsh, Bash, Fish, etc.), Fish provides a more consistent experience for automatic startup.
## Configuration
The configuration file is available [Here](https://github.com/fast-archer/fastfetch-config/blob/main/config.json). It includes:
- Sections: System Information, Desktop Environment, Hardware Information.
- Custom separators and colored headers.
- Emoji support for better visual readability.
## Contact
For discussions or suggestions, reach out:
- **Email**: epidermis_essential@proton.me
- **Inktree**: [here](https://linktr.ee/fastarcher)
## License
[](https://choosealicense.com/licenses/mit/)