Fastfetch Configuration
Configure system information display in terminal
Fastfetch Configuration
Fastfetch displays beautiful system information. Nothing specific but you can tweaking it to your liking.
Setup
To display Fastfetch when starting the terminal, add the following line to your shell configuration file.
For Zsh users (.zshrc)
echo 'fastfetch --show-errors --pipe false' >> ~/.zshrcFor Bash users (.bashrc)
echo 'fastfetch --show-errors --pipe false' >> ~/.bashrcManual Configuration
If you want to adding a fastfetch when starting the terminal, you can add the following line to your shell configuration file.
--show-errors --pipe false to fix the issue. Refer to the issue for more details.fastfetch --show-errors --pipe falseCustomizing Fastfetch
Fastfetch can be customized with a configuration file at ~/.config/fastfetch/config.jsonc. Can't say more, you can tweak it to your liking.
Verification
After configuration, restart your terminal or run:
source ~/.zshrcYou should see the system information display when opening new terminal sessions.
Found an issue? submit a pull request!
Don't be shy, your help is making this documentation better for everyone.