mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:02:08 +02:00
fastfetch: add page (#8550)
This commit is contained in:
parent
7e5a70713a
commit
9ee68b7d44
1 changed files with 24 additions and 0 deletions
24
pages/linux/fastfetch.md
Normal file
24
pages/linux/fastfetch.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# fastfetch
|
||||||
|
|
||||||
|
> A CLI tool to display information about your operating system, software and hardware.
|
||||||
|
> More information: <https://github.com/LinusDierheimer/fastfetch>.
|
||||||
|
|
||||||
|
- Display system information:
|
||||||
|
|
||||||
|
`fastfetch`
|
||||||
|
|
||||||
|
- Set the structure of the fetch:
|
||||||
|
|
||||||
|
`fastfetch --structure {{structure}}`
|
||||||
|
|
||||||
|
- Load a custom config file:
|
||||||
|
|
||||||
|
`fastfetch --load-config {{path/to/config_file}}`
|
||||||
|
|
||||||
|
- Set the logo to use:
|
||||||
|
|
||||||
|
`fastfetch --logo {{logo}}`
|
||||||
|
|
||||||
|
- Set the color of the keys and title:
|
||||||
|
|
||||||
|
`fastfetch --color {{blue}}`
|
Loading…
Add table
Reference in a new issue