Initial commit

This commit is contained in:
z0x 2025-07-20 12:57:27 -04:00
commit 5f78d74eca
178 changed files with 1952 additions and 0 deletions

View file

@ -0,0 +1,39 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small"
},
"display": {
"separator": "  "
},
"modules": [
{
"type": "os",
"key": ""
},
{
"type": "kernel",
"key": "",
},
{
"type": "packages",
"key": "󰏖"
},
{
"type": "wm",
"key": ""
},
{
"type": "shell",
"key": ""
},
{
"type": "terminal",
"key": ""
},
{
"type": "uptime",
"key": "󰅐"
}
]
}