UmmIt 醬 XD
UmmItOSConfiguration

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' >> ~/.zshrc

For Bash users (.bashrc)

echo 'fastfetch --show-errors --pipe false' >> ~/.bashrc

Manual Configuration

If you want to adding a fastfetch when starting the terminal, you can add the following line to your shell configuration file.

Note that at that time i encountered some issues with the fastfetch. with the solution i found that is using --show-errors --pipe false to fix the issue. Refer to the issue for more details.
fastfetch --show-errors --pipe false

Customizing 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 ~/.zshrc

You 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.

Edit on GitHub