mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
38 lines
779 B
Plaintext
38 lines
779 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# fastfetch
|
|
|
|
> Display information about your operating system, software, and hardware.
|
|
> More information: <https://manned.org/fastfetch>.
|
|
|
|
- Display system information:
|
|
|
|
`fastfetch`
|
|
|
|
- Display full system information with all the modules enabled:
|
|
|
|
`fastfetch {{[-c|--config]}} all`
|
|
|
|
- Load a custom configuration file:
|
|
|
|
`fastfetch {{[-c|--config]}} {{path/to/config_file}}`
|
|
|
|
- Fetch a specific structure:
|
|
|
|
`fastfetch {{[-s|--structure]}} {{os:kernel:de:cpu:gpu}}`
|
|
|
|
- Use a specific logo:
|
|
|
|
`fastfetch {{[-l|--logo]}} {{logo}}`
|
|
|
|
- Display system information without a logo:
|
|
|
|
`fastfetch {{[-l|--logo]}} none`
|
|
|
|
- Use a specific color for the keys and title:
|
|
|
|
`fastfetch --color {{blue}}`
|