mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
31 lines
494 B
JSON
31 lines
494 B
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "sixel",
|
|
"source": "/home/cianh/.config/fastfetch/logo.six",
|
|
"width": 64,
|
|
"height": 18
|
|
},
|
|
"modules": [
|
|
"title",
|
|
"separator",
|
|
"os",
|
|
"host",
|
|
"kernel",
|
|
"uptime",
|
|
"packages",
|
|
"shell",
|
|
"de",
|
|
"wm",
|
|
"terminal",
|
|
"cpu",
|
|
"gpu",
|
|
"memory",
|
|
"swap",
|
|
"localip",
|
|
"battery",
|
|
"poweradapter",
|
|
"break"
|
|
]
|
|
}
|